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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.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-not-a-layer.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html
index 7b7e2db0b3fe798eb688e481e3f681a9f2264ce4..28dfc891f0d88912b390dc1efca3551cc311aff1 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html
@@ -9,7 +9,7 @@
height: 10px;
width: 50px;
background-color: red;
- shape-outside: rectangle(0, 0, 0, 100%);
+ shape-outside: inset(0 100% 0 0);
}
</style>
<body>

Powered by Google App Engine
This is Rietveld 408576698