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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.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-floats-ellipse-margin-right.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
index 519b1e2eb06556d50a232678d275542d5b58a21b..eb7248e338b09cdc191111483832e36e53e53d63 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
@@ -21,7 +21,7 @@
float: right;
position: relative;
overflow: visible;
- shape-outside: ellipse(225px, 125px, 200px, 100px);
+ shape-outside: ellipse(200px 100px at 225px 125px);
shape-margin: 25px;
width: 450px;
height: 250px;

Powered by Google App Engine
This is Rietveld 408576698