https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f2aec0f81748fe3550e283d4787bb703dc37626c authored by moz-wptsync-bot on 13 March 2018, 19:13:05 UTC
part 3. Move the .links getter from HTMLDocument to Document.
Tip revision: f2aec0f
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