Revision f42caef4364c95d933113e650cffa9c84089e3f5 authored by Geoffrey Sneddon on 05 April 2018, 10:32:20 UTC, committed by jgraham on 05 April 2018, 10:32:20 UTC
This is as much in lieu of documentation of the format as anything
1 parent 37e2fc3
Raw File
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