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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-percentage.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-percentage.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage.html
index f7c3c61da745d35aadbd79179d2fa30d7729eaf6..8ffa113ddfcff853640d6291b6245574b67eabdc 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage.html
@@ -12,7 +12,7 @@
margin-bottom: 60px;
}
#shape-inside {
- shape-inside: rectangle(25%, 0, 50%, 25%);
+ shape-inside: polygon(25% 0, 75% 0, 75% 25%, 25% 25%);
height: 100%;
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698