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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks.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-multiple-blocks.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks.html
index e52288d83cddcb8b4accfebfded03a8fd83522a7..4005413d69d4b8120914d38665d658f166e2353d 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks.html
@@ -5,7 +5,7 @@
#shape-inside {
width: 200px;
height: 300px;
- shape-inside: rectangle(10px, 15px, 170px, 280px);
+ shape-inside: polygon(10px 15px, 180px 15px, 180px 295px, 10px 295px);
position: relative;
}
#border {

Powered by Google App Engine
This is Rietveld 408576698