yield-same-origin-propagation.html (464B)
1 <!doctype html> 2 <script src="/resources/testharness.js"></script> 3 <script src="/resources/testharnessreport.js"></script> 4 <script src="/resources/testdriver.js"></script> 5 <script src="/resources/testdriver-vendor.js"></script> 6 <script src="resources/test-helper.js"></script> 7 8 <script> 9 async_test(t => { 10 runFocusChangeTest(t, /*crossOrigin=*/false); 11 }, 'Test scheduler.yield() uses propagated state in same origin frames'); 12 </script> 13 14 <input id=input><br>