Sign in
webkit
/
WebKit
/
4bcb3438baef1cfe12aea6aa10c3a06a0ad5b00d
/
.
/
LayoutTests
/
fast
/
harness
/
image-diff
/
fuzz-2-25-expected.html
blob: 827a00f7dbad2a64771f5950821ecff5b7ee130d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
box
{
position
:
relative
;
width
:
100px
;
height
:
100px
;
background-color
:
rgb
(
0
,
128
,
0
);
}
</style>
</head>
<body>
<div
class
=
"box"
></div>
</body>
</html>