Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
getMatchedCSSRules-null-crash.html
blob: 590a5bf7866efb3f341aa519d4ad513abbdf3af4 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
var
rules
=
getMatchedCSSRules
(
null
,
""
,
false
);
</script>
SUCCESS (
<code>
getMatchedCSSRule(null, ...)
</code>
did not crash).