Sign in
webkit
/
WebKit
/
682d9bb2feed1433e3e2cc66204f18282e1de136
/
.
/
LayoutTests
/
http
/
tests
/
security
/
css-mask-image-credentials-expected.html
blob: 479fab0a81ec872e993b3554eaf99a691b399e10 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
square
{
width
:
128px
;
height
:
128px
;
}
</style>
</head>
<body
onload
=
"
window
.
testRunner
.
notifyDone
()
"
>
<div
class
=
"square"
style
=
"
background-color
:
blue
"
>
</div>
</body>
</html>