Sign in
chromium
/
chromium
/
src
/
69b378ee1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
compositing
/
force-compositing-mode
/
resources
/
subframe-big.html
blob: b02fd0bebc20914c94c3b7159413f228f97a4e57 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
{
height
:
500px
;
width
:
500px
;
background-color
:
blue
;
}
</style>
</head>
<body>
<div
id
=
"box"
></div>
</body>
</html>