Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
css
/
webkit-mask-box-image-expected.html
blob: e2a99a667442f7a832d6fb9636948f7bc8136fee [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
rect
{
background-color
:
grey
;
width
:
190px
;
height
:
40px
;
position
:
absolute
;
top
:
55px
;
left
:
55px
;
}
</style>
</head>
<body>
<p>
This should be a grey rectangle.
</p>
<div
class
=
"rect"
></div>
</body>
</html>