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
/
spv2
/
absolute-layer-specified-left-or-right-auto-width-moved-vertically-expected.html
blob
2f4599522608c31f6d003c510daf3dafd7963f17
1
<!DOCTYPE
html
>
2
<style>
3
#left, #right {
4
position: absolute;
5
top:
400
px;
6
-webkit-backface-visibility: hidden;
7
}
8
#left {
9
left:
0
px;
10
}
11
#right {
12
right:
0
px;
13
}
14
</style>
15
16
There should be no repaint when the divs are moved vertically.
17
<div
id
=
"left"
>
Left
</div>
18
<div
id
=
"right"
>
Right
</div>
19
<pre
id
=
"result"
></pre>