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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html

Issue 216793009: Remove shape-padding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove m_padding 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 db530f2647d0f4f99931290db18687de7fe7309e..857c0e9123878c6d8b59684a540f9b70a1bf620b 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html
@@ -27,7 +27,6 @@ applyToEachArglist(
[// [alias, property, value]
["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