Sign in
webkit
/
WebKit
/
668647880bebfea0145b49b3424a7bb3caef8928
/
.
/
LayoutTests
/
http
/
tests
/
css
/
data-uri-mask-expected.html
blob: 6cf5bcabd1e619e35c6f03099250143dc6306d38 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
masked
{
height
:
100px
;
width
:
100px
;
background-color
:
green
;
}
</style>
</head>
<body>
<div
class
=
"masked"
></div>
</body>
</html>