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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.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-outside-floats/shape-outside-dynamic-shape-overhang.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html
index e674a6c76da64202946b20157c8e32a9ef888a37..5dca100953d5d75d210ac980ded612b198dee0e6 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html
@@ -47,7 +47,7 @@
}
.rectangle50 {
- shape-outside: rectangle(0, 0, 50px, 50px);
+ shape-outside: polygon(0px 0px, 50px 0px, 50px 50px, 0px 50px);
}
.rectangle50::before {
width: 50px;
@@ -55,7 +55,7 @@
}
.rectangle25 {
- shape-outside: rectangle(0, 0, 25px, 25px);
+ shape-outside: polygon(0px 0px, 25px 0px, 25px 25px, 0px 25px);
}
.rectangle25::before {
width: 25px;

Powered by Google App Engine
This is Rietveld 408576698