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