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
/
inspector
/
elements
/
styles-1
/
background-parsing-crash.html
blob
f0b7824968c88d98472c78d085b575637d8a53e4
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
src
=
"../../../http/tests/inspector/inspector-test.js"
></script>
13
<script>
14
function
test
()
15
{
16
InspectorTest
.
completeTest
();
17
}
18
</script>
19
</head>
20
<body
onload
=
"runTest()"
>
21
This test passes if it doesn't ASSERT.
22
</body>
23
</html>