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

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

Issue 9253028: Merge 104328 - [CSSRegions]Crash while collecting svg elements in render flow thread. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/resources/region-style.css
===================================================================
--- LayoutTests/fast/regions/resources/region-style.css (revision 105356)
+++ LayoutTests/fast/regions/resources/region-style.css (working copy)
@@ -1,3 +1,9 @@
+.redBox {
+ width: 50px;
+ height: 50px;
+ background-color: red;
+}
+
.greenBox {
width: 50px;
height: 50px;
« 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