repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
media-query-evaluator-crash.html
blob
5f512c0ed763569a6ca224fee4199e0d3e9ac083
1
<html>
2
Test passes if it does not crash.
3
<iframe
id
=
"test"
></iframe>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
8
var
iframe
=
document
.
getElementById
(
"test"
);
9
var
obj
=
iframe
.
contentWindow
.
matchMedia
(
"(min-width: 0em)"
);
10
</script>
11
</html>
12