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

Unified Diff: LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html

Issue 23866007: Fix painting order for floats with shape-outside (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
Index: LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html
diff --git a/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html b/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html
index e76a1e59293379098a8a3a4c79710a6b499aa4e2..b08242b52c90d797489b36fc79fecbe8d8ca0108 100644
--- a/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html
+++ b/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html
@@ -13,6 +13,7 @@
background-color: red;
margin-bottom: 50px;
overflow: hidden;
+ color: green;
}
.float-left {
width: 100px;

Powered by Google App Engine
This is Rietveld 408576698