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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.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-different-writing-modes.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html
index 0b47bd828fd33d43858843132aa0bc2defa8f705..a79c21ee8773965c3b72299ccd272f99987ba046 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html
@@ -7,7 +7,7 @@
}
.float {
-webkit-writing-mode: vertical-lr;
- shape-outside: rectangle(-20px, 0px, 20px, 20px) content-box;
+ shape-outside: polygon(-20px 0px, 0px 0px, 0px 20px, -20px 20px) content-box;
height: 20px;
width: 40px;
margin: 0px 20px;

Powered by Google App Engine
This is Rietveld 408576698