blob: 0066a813765629c337ebb753ff3101fff6e1e2a2 [file] [log] [blame]
Geremy Condrac9571892012-03-05 12:32:24 -08001<svg xmlns="http://www.w3.org/2000/svg">
2 <text>PASS</text>
3 <defs>
4 <pattern id="Pattern" width="20" height="20">
5 <svg></svg>
6 </pattern>
7 </defs>
8 <rect width="430" height="80" fill="url(#Pattern)"/>
9 <script>
10 if (layoutTestController)
11 layoutTestController.dumpAsText();
12 </script>
13</svg>