Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
snapshot
/
positioned-static-abs-expected.html
blob: 11fa393838376ef6786f06db5385623e0a219d5c [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
#
box
{
width
:
100px
;
height
:
100px
;
background-color
:
blue
;
color
:
black
;
}
</style>
</head>
<body>
<div
id
=
"box"
></div>
</body>
</html>