blob: 484f020a08b2418dce9d7b259e92115c2ba1aeb4 [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 = true;
runTests(createCSSOMObjectBeforeTest);
</script>
<script src="/js-test-resources/js-test-post.js"></script>