| OLD | NEW |
| 1 <script>jsTestIsAsync = true;</script> | 1 <script>jsTestIsAsync = true;</script> |
| 2 <script src="/js-test-resources/js-test-pre.js"></script> | 2 <script src="/js-test-resources/js-test-pre.js"></script> |
| 3 <script src="resources/shared-stylesheet-mutation.js"></script> | 3 <script src="resources/shared-stylesheet-mutation.js"></script> |
| 4 <body> | 4 <body> |
| 5 <script> | 5 <script> |
| 6 description("The test loads the same stylesheet to different frames and then mut
ates them. The mutations should not affect other frames."); | 6 description("The test loads the same stylesheet to different frames and then mut
ates them. The mutations should not affect other frames."); |
| 7 | 7 |
| 8 var createCSSOMObjectBeforeTest = true; | 8 var createCSSOMObjectBeforeTest = true; |
| 9 runTests(createCSSOMObjectBeforeTest); | 9 runTests(createCSSOMObjectBeforeTest); |
| 10 </script> | 10 </script> |
| 11 <script src="/js-test-resources/js-test-post.js"></script> | |
| OLD | NEW |