Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
LayoutTests
/
imported
/
blink
/
compositing
/
squashing
/
squashed-clip-parent-expected.html
blob: 9b397d4725e38f7ac5fc0b2901d0a7882897202b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
#
squashed
{
position
:
fixed
;
left
:
0
;
top
:
0
;
right
:
0
;
bottom
:
0
;
background-color
:
green
;
}
</style>
<div
id
=
"squashed"
>
This test suceeds if you only see this line with a green background.
</div>