OLD | NEW |
1 <html> | 1 <html> |
2 <!-- This test passes if there is no crash or assert --> | 2 <!-- This test passes if there is no crash or assert --> |
3 <!-- This test should be updated to use DumpAsText once WK81006 is fixed --> | 3 <!-- This test should be updated to use DumpAsText once WK81006 is fixed --> |
4 <!-- The style overflow should be removed once we migrate to DumpAsText as well
--> | 4 <!-- The style overflow should be removed once we migrate to DumpAsText as well
--> |
5 <style type="text/css"> | 5 <style type="text/css"> |
6 body { | 6 body { |
7 overflow: hidden; | 7 overflow: hidden; |
8 } | 8 } |
9 </style> | 9 </style> |
10 <script> | 10 <script> |
(...skipping 13 matching lines...) Expand all Loading... |
24 <rect filter="url(#x)"/> | 24 <rect filter="url(#x)"/> |
25 <text>aa</text> | 25 <text>aa</text> |
26 <rect id="t"/> | 26 <rect id="t"/> |
27 <style></style> | 27 <style></style> |
28 <text>bb</text> | 28 <text>bb</text> |
29 </g> | 29 </g> |
30 <filter id="x"></filter> | 30 <filter id="x"></filter> |
31 </svg> | 31 </svg> |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |