Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / overflow / background-mask-should-be-recorded-full-expected.html
bloba1f62279f3aab4fc338a251ec6e21e257fadd7e7
1 <!DOCTYPE html>
2 <style>
3 body {
4 margin: 0;
7 #big-black-box {
8 position: absolute;
9 background-color: black;
10 -webkit-background-clip: text;
11 width: 100%;
12 bottom: 0;
15 #mask {
16 color: transparent;
18 </style>
19 <div id="big-black-box">
20 <span id="mask">Background mask</span>
21 </div>