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
/
paint
/
invalidation
/
background-no-longer-obscured-after-loading-expected.html
blob
9b1e6adbea5e28d9e27c4437ea794d7d725ff138
1
<!DOCTYPE
html
>
2
<style>
3
#a {
4
background-image: url(resources/bluesquare.png);
5
background-repeat: repeat;
6
height:
1
em;
7
}
8
#b {
9
float: left;
10
background-color: white;
11
}
12
</style>
13
<div
id
=
"a"
><span
id
=
"b"
>
This test passes if there is blue to the right
</span></div>