OLD | NEW |
---|---|
(Empty) | |
1 <!doctype HTML> | |
Xianzhu
2017/05/17 19:44:33
Does "*-crash.html" automatically avoid the text e
chrishtr
2017/05/17 21:25:24
Good point, fixed.
| |
2 <style> | |
3 * { clip-path: url(); } | |
4 </style> | |
5 This test passes if it does not crash. | |
6 <svg> | |
7 <foreignObject> | |
8 <div> | |
9 </div> | |
10 </foreignObject> | |
11 </svg> | |
OLD | NEW |