Bug 1539614 [wpt PR 16077] - HTML: move textarea tests together, a=testonly
[gecko.git] / testing / web-platform / tests / worklets / layout-worklet-referrer.https.html
blobcb383a935a2a6d154d804595e78275e289076a4c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="/common/get-host-info.sub.js"></script>
5 <script src="/resources/testharness.js"></script>
6 <script src="/resources/testharnessreport.js"></script>
7 <script src="resources/worklet-test-utils.js"></script>
8 <script src="resources/referrer-tests.js"></script>
9 </head>
10 <body>
11 <script>
12 runReferrerTests("layout");
13 </script>
14 </body>
15 </html>