layout-worklet-credentials.https.html (405B)
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/credentials-tests.js"></script> 9 </head> 10 <body> 11 <script> 12 runCredentialsTests("layout"); 13 </script> 14 </body> 15 </html>