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

Unified Diff: LayoutTests/fast/masking/parsing-clip-path-shape-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/masking/parsing-clip-path-shape-expected.txt
diff --git a/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt b/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt
index 9d7139dcd5d42ae31103c7c23b547dae36784d08..3988324adb5d1145ca5a8536ed6250c1d31c16ea 100644
--- a/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt
+++ b/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt
@@ -24,35 +24,35 @@ PASS computedStyle("-webkit-clip-path", "circle(150% at 50% 100%)") is "circle(1
PASS computedStyle("-webkit-clip-path", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10%)"
PASS computedStyle("-webkit-clip-path", "ellipse(100% 100% at 100% 100%)") is "ellipse(100% 100% at 100% 100%)"
PASS computedStyle("-webkit-clip-path", "polygon(10% 20%, 30% 40%, 40% 50%)") is "polygon(10% 20%, 30% 40%, 40% 50%)"
-PASS innerStyle("-webkit-clip-path", "circle(1 at 1px 1px)") is null
+PASS innerStyle("-webkit-clip-path", "circle(1 at 1px 1px)") is ""
PASS computedStyle("-webkit-clip-path", "circle(1 at 1px 1px)") is "none"
-PASS innerStyle("-webkit-clip-path", "circle(px at 1px 1px)") is null
+PASS innerStyle("-webkit-clip-path", "circle(px at 1px 1px)") is ""
PASS computedStyle("-webkit-clip-path", "circle(px at 1px 1px)") is "none"
-PASS innerStyle("-webkit-clip-path", "circle(1p at 1px 1px)") is null
+PASS innerStyle("-webkit-clip-path", "circle(1p at 1px 1px)") is ""
PASS computedStyle("-webkit-clip-path", "circle(1p at 1px 1px)") is "none"
-PASS innerStyle("-webkit-clip-path", "circle(calc() at 1px 1px)") is null
+PASS innerStyle("-webkit-clip-path", "circle(calc() at 1px 1px)") is ""
PASS computedStyle("-webkit-clip-path", "circle(calc() at 1px 1px)") is "none"
-PASS innerStyle("-webkit-clip-path", "circle(-1.5px at -1.5px +1.5px)") is null
+PASS innerStyle("-webkit-clip-path", "circle(-1.5px at -1.5px +1.5px)") is ""
PASS computedStyle("-webkit-clip-path", "circle(-1.5px at -1.5px +1.5px)") is "none"
-PASS innerStyle("-webkit-clip-path", "inset(1cm 1mm 1in 1px round -1pt, 1pc)") is null
+PASS innerStyle("-webkit-clip-path", "inset(1cm 1mm 1in 1px round -1pt, 1pc)") is ""
PASS computedStyle("-webkit-clip-path", "inset(1cm 1mm 1in 1px round -1pt, 1pc)") is "none"
-PASS innerStyle("-webkit-clip-path", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is null
+PASS innerStyle("-webkit-clip-path", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is ""
PASS computedStyle("-webkit-clip-path", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is "none"
-PASS innerStyle("-webkit-clip-path", "ellipse(-1em 1em at 1em 1em)") is null
+PASS innerStyle("-webkit-clip-path", "ellipse(-1em 1em at 1em 1em)") is ""
PASS computedStyle("-webkit-clip-path", "ellipse(-1em 1em at 1em 1em)") is "none"
-PASS innerStyle("-webkit-clip-path", "ellipse(1em -1em at 1em 1em)") is null
+PASS innerStyle("-webkit-clip-path", "ellipse(1em -1em at 1em 1em)") is ""
PASS computedStyle("-webkit-clip-path", "ellipse(1em -1em at 1em 1em)") is "none"
-PASS innerStyle("-webkit-clip-path", "polygon(0, 0)") is null
+PASS innerStyle("-webkit-clip-path", "polygon(0, 0)") is ""
PASS computedStyle("-webkit-clip-path", "polygon(0, 0)") is "none"
-PASS innerStyle("-webkit-clip-path", "polygon(0 0, 0)") is null
+PASS innerStyle("-webkit-clip-path", "polygon(0 0, 0)") is ""
PASS computedStyle("-webkit-clip-path", "polygon(0 0, 0)") is "none"
-PASS innerStyle("-webkit-clip-path", "polygon(0)") is null
+PASS innerStyle("-webkit-clip-path", "polygon(0)") is ""
PASS computedStyle("-webkit-clip-path", "polygon(0)") is "none"
-PASS innerStyle("-webkit-clip-path", "polygon()") is null
+PASS innerStyle("-webkit-clip-path", "polygon()") is ""
PASS computedStyle("-webkit-clip-path", "polygon()") is "none"
-PASS innerStyle("-webkit-clip-path", "polygon(evenodd)") is null
+PASS innerStyle("-webkit-clip-path", "polygon(evenodd)") is ""
PASS computedStyle("-webkit-clip-path", "polygon(evenodd)") is "none"
-PASS innerStyle("-webkit-clip-path", "polygon(nonzero)") is null
+PASS innerStyle("-webkit-clip-path", "polygon(nonzero)") is ""
PASS computedStyle("-webkit-clip-path", "polygon(nonzero)") is "none"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698