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
/
background-parser-crash.html
blob
72b6b98007be7fc687fd9ccd2facaee5f1d76d54
1
<html>
2
<head>
3
<style>
4
.absent {
5
background: #fff url(foo.png) no-repeat left
4
px;
6
}
7
8
body {
9
background: #fff;
10
}
11
</style>
12
<script>
13
if
(
window
.
testRunner
)
14
window
.
testRunner
.
dumpAsText
();
15
16
document
.
styleSheets
[
0
].
rules
[
1
].
style
.
background
;
17
</script>
18
</head>
19
<body>
20
This test passes if it doesn't ASSERT.
21
</body>
22
</html>