Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.38
/
.
/
LayoutTests
/
fast
/
images
/
image-source-assert.html
blob: ac7f7ab77c6c8078c68b8bc295165721679586bd [
file
] [
edit
]
<style>
*
{
-webkit-mask-image
:
-webkit-canvas
(
viewport-mask
);
-webkit-mask-source-type
:
luminance
;
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<p>
The test passes if it does not generate a debug assertion.
</p>