blob: 5cb3181a2a62e363943da0ac55b5c65c9ccb1f45 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<style>
svg {
width: 200px;
height: 200px;
}
rect {
fill: #ff0000;
}
</style>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/disable-svg-style-element.js"></script>
</body>
</html>