Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
http
/
tests
/
gzip-content-encoding
/
gzip-encoded-stylesheet2-expected.html
blob: 3e92442c62adb38b5a86b66a0cab52f97b659ae8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
margin
:
0
;
padding
:
0
;
}
#
green-square
{
background-color
:
green
;
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<div
id
=
"green-square"
></div>
</body>
</html>