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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-fixed-dimensions.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-fixed-dimensions.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-fixed-dimensions.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-fixed-dimensions.html
index acae25fbe7554dc7ea7f07585f286da8d1f41138..b18230ec8406b5604664d642ce3ba94ca8ba34e4 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-fixed-dimensions.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-fixed-dimensions.html
@@ -18,7 +18,7 @@
border-bottom: 30px solid yellow;
padding-top: 15px;
padding-bottom: 10px;
- shape-inside: rectangle(50px, 0px, 100px, 50px);
+ shape-inside: polygon(50px 0px, 150px 0px, 150px 50px, 50px 50px);
}
#border {
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698