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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.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-outermost.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html
index 76dbf80f032bec85ea387d20888064caa565ce80..6c7f92acd7f267aa61efd0e904842790f4ce26e9 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html
@@ -10,7 +10,7 @@
height: 20px;
margin-bottom: 10px;
background-color: black;
- shape-outside: rectangle(0, 0, 50%, 100%);
+ shape-outside: inset(0 50% 0 0);
}
.short {
float: left;

Powered by Google App Engine
This is Rietveld 408576698