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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical.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-vertical.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical.html
index c79d3fc8e421606a471297cdf44cbd4f9cdc6ac8..f28ac71eb3c488d73632d10d02ec2334233e716f 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical.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;
}
.rl { -webkit-writing-mode: vertical-rl; }

Powered by Google App Engine
This is Rietveld 408576698