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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.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-margin.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html
index 155ecb99b0b0fdeeb3b857a451e1e55c245b98f4..c11b607c83aa716171f6d165f18465549d0a1923 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html
@@ -31,7 +31,7 @@
position: relative;
width: 100px;
height: 100px;
- -webkit-shape-outside: rectangle(0, 0, 0, 0);
+ -webkit-shape-outside: inset(0 100% 100% 0);
}
.shape::before {
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698