blob: 42e6eb818e9633f00ebcd4baae4a6dc20632b182 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
#region1 { }
@-webkit-region #region1
@-webkit-region #region1 { }
</style>
</head>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var rulesText = "";
var cssRules = document.styleSheets[0].cssRules;
for (var idx = 0; idx < cssRules.length; idx++)
rulesText += cssRules.item(idx).parentStyleSheet;
</script>
PASS if it does not crash or cause an ASSERT failure.
</body>
</html>