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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.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/parsing/parsing-shape-property-aliases.html
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html b/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html
index 91936bcc28fee45ffc61242c1b9629bffbec9060..c67de57499e7285598b132a9a1ff18dee76a81d5 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html
@@ -25,8 +25,8 @@ function testPropertyAlias(alias, property, value)
applyToEachArglist(
testPropertyAlias,
[// [alias, property, value]
- ["shape-inside", "shape-inside", "rectangle(0px, 0px, 0px, 0px)"],
- ["shape-outside", "shape-outside", "rectangle(0px, 0px, 0px, 0px)"],
+ ["shape-inside", "shape-inside", "circle(0px at 0% 0%)"],
+ ["shape-outside", "shape-outside", "circle(0px at 0% 0%)"],
["shape-margin", "shape-margin", "10px"],
["shape-padding", "shape-padding", "10px"],
["shape-image-threshold", "shape-image-threshold", "0.5"]

Powered by Google App Engine
This is Rietveld 408576698