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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-text.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-dynamic-text.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-text.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-text.html
index 0f44210833e98d9d77efc2511237981f8c12c4d7..da9d5ac7c03225a3cf6c941a073fc2b8ae2dbef9 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-text.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-text.html
@@ -11,7 +11,7 @@
#shape-inside {
width: 200px;
height: 200px;
- shape-inside: rectangle(10px, 10px, 180px, 180px);
+ shape-inside: polygon(10px 10px, 190px 10px, 190px 190px, 10px 190px);
position: relative;
}
#border {

Powered by Google App Engine
This is Rietveld 408576698