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

Side by Side Diff: LayoutTests/fast/regions/resources/region-style.css

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
« no previous file with comments | « no previous file | LayoutTests/fast/regions/svg-doc-fragment-not-collected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .redBox {
2 width: 50px;
3 height: 50px;
4 background-color: red;
5 }
6
1 .greenBox { 7 .greenBox {
2 width: 50px; 8 width: 50px;
3 height: 50px; 9 height: 50px;
4 background-color: green; 10 background-color: green;
5 } 11 }
6 12
7 .blueBox { 13 .blueBox {
8 width: 50px; 14 width: 50px;
9 height: 50px; 15 height: 50px;
10 background-color: blue; 16 background-color: blue;
(...skipping 13 matching lines...) Expand all
24 -webkit-flow-from: article; 30 -webkit-flow-from: article;
25 } 31 }
26 32
27 .borderBox { 33 .borderBox {
28 width: 50px; 34 width: 50px;
29 height: 50px; 35 height: 50px;
30 float: left; 36 float: left;
31 border: 1px solid black; 37 border: 1px solid black;
32 } 38 }
33 39
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/svg-doc-fragment-not-collected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698