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