https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ad6018d3a07c0903d6b00c72cd9bd0541d607c2b authored by Ms2ger on 27 February 2018, 14:20:49 UTC
Add a section on landing changes.
Tip revision: ad6018d
layout-worklet-import.https.html
<!DOCTYPE html>
<html>
<head>
    <script src="/common/get-host-info.sub.js"></script>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="resources/worklet-test-utils.js"></script>
    <script src="resources/import-tests.js"></script>
</head>
<body>
<script>
    runImportTests("layout");
</script>
</body>
</html>
back to top