https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e7d3527321e5e94401ce1e6d1714bee8205b9e4a authored by Hiroshige Hayashizaki on 22 December 2018, 07:14:30 UTC
[wpt/upgrade-insecure-requests] Fix generateRedirect()
Tip revision: e7d3527
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