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-comparing-equal.html
blob
953c8b6ebed8008ccc0d2f8e1bc9a3fc548ea5b0
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
<style>
8
#parent {
9
font:
20
px/
1
Ahem;
10
</style>
11
</head>
12
<body>
13
This page shouldn't crash when parsing CSS - Bug
95706
.
14
</body>
15
</html>