Sign in
webkit
/
WebKit
/
608510167473a6190f8ac850a60a54e438739dfe
/
.
/
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).