https://github.com/web-platform-tests/wpt
Raw File
Tip revision: af678273b4059c687242b7a2bc1ebacffd1750c9 authored by Geoffrey Sneddon on 27 March 2018, 15:21:52 UTC
Move the config into its own class
Tip revision: af67827
layout-worklet-referrer.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/referrer-tests.js"></script>
</head>
<body>
<script>
    runReferrerTests("layout");
</script>
</body>
</html>
back to top