blob: 97919d071a9a427d818d2f94e5aef09dfafae30b [file] [log] [blame]
<script>jsTestIsAsync = true;</script>
<script src="/js-test-resources/js-test.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>