Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
compositing
/
visibility
/
frameset-visibility-hidden-expected.html
blob: 3ecc0db78fba14b11e10ae5ec2b7f228473c615d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
This tests frames with visibility hidden
</title>
<style>
div
{
will-change
:
transform
;
width
:
50px
;
height
:
50px
;
background-color
:
green
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>