https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9bd5354b6041d7d65fa2a1ac55a443eb89404c84 authored by Frédéric Wang on 15 March 2018, 12:16:05 UTC
Add IDL test for the CSS Font Loading spec
Tip revision: 9bd5354
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