blob: b31c9fe95da793f668eb99adbb5d0e4d7cb7ad90 [file] [log] [blame]
<script>jsTestIsAsync = true;</script>
<script src="/js-test-resources/js-test-pre.js"></script>
<script src="resources/shared-stylesheet-mutation.js"></script>
<body>
<script>
description("The test loads the same stylesheet to different frames and then mutates them. The mutations should not affect other frames.");
var createCSSOMObjectBeforeTest = false;
runTests(createCSSOMObjectBeforeTest);
</script>
<script src="/js-test-resources/js-test-post.js"></script>