5 <style type=
"text/css" media=
"screen">
7 list-style-image: url('foopy.png');
8 background-image: url('foopy1.png');
9 -webkit-border-image: url('foopy2.png');
10 -webkit-mask-box-image: url('foopy3.png');
11 -webkit-mask: below url('foopy4.png');
15 list-style-image: none;
16 background-image: none;
17 -webkit-border-image: none;
18 -webkit-mask-box-image: none;
19 -webkit-mask: below none;
23 content: url('foopy5.png') url('foopy6.png');
27 content: none url('');
32 <script type=
"text/javascript" charset=
"utf-8">
33 if (window.testRunner)
34 testRunner.dumpAsText();
39 <li>This test passes if it does not crash.
</li>