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
/
crash-on-incomplete-webkit-any.html
blob
c268846f8d377790f815e584d9361a8803bfc43a
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
:-webkit-any\( should not crash
</title>
5
<script>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</script>
9
<style>
:-webkit-any\( {}
</style>
10
</head>
11
<body>
12
<p>
PASS if not crashed.
</p>
13
</body>
14
</html>