Sign in
webkit
/
WebKit
/
d158dceef24649669aba9fdeae8c00646ba7bdc2
/
.
/
LayoutTests
/
tiled-drawing
/
scrolling
/
frames
/
resources
/
leaf-frame.html
blob: 30ab565b63b21c0e93951fb7fa612993338932c1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
box
{
height
:
100px
;
width
:
100px
;
background-color
:
blue
;
position
:
fixed
;
}
</style>
</head>
<body>
<div
class
=
"box"
></div>
</body>
</html>