Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: LayoutTests/fast/regions/svg-element-not-collected-expected.html

Issue 9250028: Merge 104328 - [CSSRegions]Crash while collecting svg elements in render flow thread. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="resources/region-style.css"> 4 <link rel="stylesheet" href="resources/region-style.css">
5 </head> 5 </head>
6 <body> 6 <body>
7 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=73735">73735</a> : Collect SVG nodes in render flow thread</p> 7 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=73735">73735</a> : Collect SVG nodes in render flow thread</p>
8 <p>It should NOT be possible to collect a svg element (other than svg ro ot element) into a render flow thread.</p> 8 <p>It should NOT be possible to collect a svg element (other than svg ro ot element) into a render flow thread.</p>
9 <p>On success, you should see a green box below.</p> 9 <p>On success, you should see a green box below.</p>
10 <div style="width:50px; height:50px; background-color: green;"></div> 10 <div style="width:50px; height:50px; background-color: green;"></div>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/svg-element-not-collected.html ('k') | LayoutTests/fast/regions/svg-root-element-collected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698