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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.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-on-nested-container-with-unresolved-height.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
index 8e34d4a9d67136510d91e519288367310f67641e..ec7a383b9a2a592e592aaac5bc10ebd35e9a592b 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
@@ -9,7 +9,7 @@
}
.container {
background-color: yellow;
- shape-inside: rectangle(0, 0, 50%, 100%);
+ shape-inside: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698