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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 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/fast/shapes/shape-inside/shape-inside-overflow.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html
index 43d04ea83d3c081ea05c04b1164a5914125e3b41..cf561eefad55e50498cf9716ddc72fe2c9f33de2 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html
@@ -11,7 +11,7 @@
height: 200px;
border: 2px solid blue;
}
- #shape-inside { shape-inside: rectangle(50px, 0px, 100px, 50px); }
+ #shape-inside { shape-inside: polygon(50px 0px, 150px 0px, 150px 50px, 50px 50px); }
#border {
position: absolute;
left: 49px;

Powered by Google App Engine
This is Rietveld 408576698