Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
compositing
/
repaint
/
needs-no-display-volatile-repaint-expected.html
blob: ade02ab498ae50c7c91969e2e0684745ba242f1f [
file
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width
:
100px
;
height
:
100px
;
position
:
absolute
;
background-color
:
green
;
}
#
second
{
left
:
200px
;
}
</style>
</head>
<body>
<div
id
=
"first"
>
A
</div>
<div
id
=
"second"
>
B
</div>
</body>
</html>