blob: c13ef5546b14935c8b3cdae8ba87e95735f55e93 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<style>
.test {
color: red;
}
</style>
<style id="non-css" type="foo/bar"></style>
<style id="s">
.test {
color: green;
}
</style>
</head>
<body>
<script src="script-tests/disable-style-element.js"></script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>