Chromium Code Reviews

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 c67de57499e7285598b132a9a1ff18dee76a81d5..db530f2647d0f4f99931290db18687de7fe7309e 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases.html
@@ -25,7 +25,6 @@ function testPropertyAlias(alias, property, value)
applyToEachArglist(
testPropertyAlias,
[// [alias, property, value]
- ["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"],

Powered by Google App Engine