blob: 801d620b4d5a5eb88f199a58612c1fc1e8b5ac99 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../fast/js/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="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>