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