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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.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.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html
index 026546f1373c9be1cf061f622867321ebe60d73e..963506e365f21444b614b6531b69fbc81bb778a0 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html
@@ -43,7 +43,7 @@
}
.rectangle50 {
- shape-outside: rectangle(0, 0, 50px, 50px);
+ shape-outside: polygon(0px 0px, 50px 0px, 50px 50px, 0px 50px);
}
.rectangle50::before {
width: 50px;
@@ -51,7 +51,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