Index: LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt |
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt |
index 5aac63450782d0103b86c176084ba5875a5b7bf6..3ccd3053d6674c2a1421a389b542d388618a7c8e 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt |
@@ -11,10 +11,10 @@ PASS getCSSText("shape-margin", "3.5mm") is "3.5mm" |
PASS getCSSText("shape-margin", "4pt") is "4pt" |
PASS getCSSText("shape-margin", "4.5pc") is "4.5pc" |
PASS getCSSText("shape-margin", "5px") is "5px" |
+PASS getCSSText("shape-margin", "120%") is "120%" |
PASS getCSSText("shape-margin", "0") is "0px" |
PASS getCSSText("shape-margin", "-5px") is "" |
PASS getCSSText("shape-margin", "none") is "" |
-PASS getCSSText("shape-margin", "120%") is "" |
PASS getCSSText("shape-margin", "'string'") is "" |
PASS getComputedStyleValue("shape-margin", "0") is "0px" |
PASS getComputedStyleValue("shape-margin", "1px") is "1px" |