OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=73735">73735</a>
: Collect SVG nodes in render flow thread</p> | 4 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=73735">73735</a>
: Collect SVG nodes in render flow thread</p> |
5 <p>It should NOT be possible to collect a "svg" node that is not root in
to a render flow thread.</p> | 5 <p>It should NOT be possible to collect a "svg" node that is not root in
to a render flow thread.</p> |
6 <p>On success, you should see a green box below.</p> | 6 <p>On success, you should see a green box below.</p> |
7 <div style="width:50px; height:50px; background-color: green;"></div> | 7 <div style="width:50px; height:50px; background-color: green;"></div> |
8 </body> | 8 </body> |
9 </html> | 9 </html> |
OLD | NEW |