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
/
css-escaped-identifier-crash.html
blob
6cfb0e6de5bb921096cfd8e376d6b1742e1c6ed9
1
<html>
2
<head>
3
<style>
foo { D\\\\\$\eeeeeeeeeee\\\\\\\\\\\\\\\\\\ }
</style>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
</head>
9
<body>
10
<p>
11
Test for crash discovered with escapes in CSS identifiers. If this text appears, the test passed.
12
</p>
13
</body>
14
</html>