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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.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-inside/shape-inside-box-sizing.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html
index db4e57aa76b1ebfc314877332d5e3f8b9a94077c..af1421a6a905847786cefd0a6212617d08233116 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html
@@ -26,16 +26,16 @@
height: 130px;
}
.shape-inside {
- shape-inside: rectangle(5px, 10px, 30px, 40px);
+ shape-inside: polygon(5px 10px, 35px 10px, 35px 50px, 5px 50px);
font-family: Ahem, sans-serif;
font-size: 10px;
color: green;
}
.border-box.shape-inside {
- shape-inside: rectangle(10px, 20px, 30px, 40px) border-box;
+ shape-inside: polygon(10px 20px, 40px 20px, 40px 60px, 10px 60px) border-box;
}
.border-box.border.padding.shape-inside {
- shape-inside: rectangle(15px, 30px, 30px, 40px) border-box;
+ shape-inside: polygon(15px 30px, 45px 30px, 45px 70px, 15px 70px) border-box;
}
.vertical-lr {
-webkit-writing-mode: vertical-lr;
@@ -91,4 +91,4 @@
xxxx xxxx xxxx
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698