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

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

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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-lengths-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
index 69322df909e0dae2284dc6a918afe0c63d62a6cb..b0ecb86f71cca86f7e6cffe08ab0dff14f4b4a8c 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
@@ -33,21 +33,21 @@ PASS getComputedStyleValue("shape-outside", "circle(150% at 50% 100%)") is "circ
PASS getComputedStyleValue("shape-outside", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10%)"
PASS getComputedStyleValue("shape-outside", "ellipse(100% 100% at 100% 100%)") is "ellipse(100% 100% at 100% 100%)"
PASS getComputedStyleValue("shape-outside", "polygon(10% 20%, 30% 40%, 40% 50%)") is "polygon(10% 20%, 30% 40%, 40% 50%)"
-PASS getStyleValue("shape-outside", "circle(1 at 1px 1px)") is null
+PASS getStyleValue("shape-outside", "circle(1 at 1px 1px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(1 at 1px 1px)") is "none"
-PASS getStyleValue("shape-outside", "circle(px at 1px 1px)") is null
+PASS getStyleValue("shape-outside", "circle(px at 1px 1px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(px at 1px 1px)") is "none"
-PASS getStyleValue("shape-outside", "circle(1p at 1px 1px)") is null
+PASS getStyleValue("shape-outside", "circle(1p at 1px 1px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(1p at 1px 1px)") is "none"
-PASS getStyleValue("shape-outside", "circle(calc( at 1px 1px))") is null
+PASS getStyleValue("shape-outside", "circle(calc( at 1px 1px))") is ""
PASS getComputedStyleValue("shape-outside", "circle(calc( at 1px 1px))") is "none"
-PASS getStyleValue("shape-outside", "circle(-1.5px at -1.5px +1.5px)") is null
+PASS getStyleValue("shape-outside", "circle(-1.5px at -1.5px +1.5px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(-1.5px at -1.5px +1.5px)") is "none"
-PASS getStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is null
+PASS getStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is ""
PASS getComputedStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is "none"
-PASS getStyleValue("shape-outside", "ellipse(-1em 1em at 1em 1em)") is null
+PASS getStyleValue("shape-outside", "ellipse(-1em 1em at 1em 1em)") is ""
PASS getComputedStyleValue("shape-outside", "ellipse(-1em 1em at 1em 1em)") is "none"
-PASS getStyleValue("shape-outside", "ellipse(1em -1em at 1em 1em)") is null
+PASS getStyleValue("shape-outside", "ellipse(1em -1em at 1em 1em)") is ""
PASS getComputedStyleValue("shape-outside", "ellipse(1em -1em at 1em 1em)") is "none"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698