4 <style type=
"text/css" media=
"screen">
6 background-color: blue;
13 background-color: red;
19 transform: translatez(
0);
23 -webkit-mask-box-image: url(../resources/alpha-blocks.png);
24 background-color: lime;
32 https://bugs.webkit.org/show_bug.cgi?id=93558
34 Scenario: The alpha-blocks mask has a checkerboard pattern of opaque/transparent
35 sections. The top-left section of the mask should be opaque, so the red div should not be
36 visible underneath the mask. However, in chromium there was a bug where the mask was
37 accidentally being resized to the clip area, incorrectly exposing the red div.
39 <div class=
"hidesOverflow">
40 <div class=
"shouldNotBeVisible">
41 <div class=
"composited masked">