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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
atrule-with-escape-character-crash.html
blob
f1f70b0d149aa6b9128e0f1d7bbc552e314d1c5d
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
9
<style>
10
* {
11
@\aaa
12
}
13
</style>
14
</head>
15
<body>
16
<p>
17
Test for crash when the identifier of an at-rule contains unicode escapes.
18
The test passes if it does not cause an assertion failure.
19
(http://code.google.com/p/chromium/issues/detail?id=
364492
)
20
</p>
21
</body>
22
</html>