https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ed7b33566fde544671dbf1dda97757bbbc5d7d6c authored by Nicolas Pena on 12 April 2018, 19:56:32 UTC
Remove http/tests/w3c
Tip revision: ed7b335
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