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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt

Issue 226373002: [CSS Shapes] shape-margin in percentage units always computes to 0px (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test Created 6 years, 8 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-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"

Powered by Google App Engine
This is Rietveld 408576698