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

Unified Diff: LayoutTests/fast/css/parsing-object-position-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/css/parsing-object-position-expected.txt
diff --git a/LayoutTests/fast/css/parsing-object-position-expected.txt b/LayoutTests/fast/css/parsing-object-position-expected.txt
index c1381d899c6f9a397767d3329c6020080b05fd3c..9e0f56812e493e827831ee190c100a2e50d10370 100644
--- a/LayoutTests/fast/css/parsing-object-position-expected.txt
+++ b/LayoutTests/fast/css/parsing-object-position-expected.txt
@@ -37,21 +37,21 @@ PASS test("object-position: 1vh 1vw;") is "1vh 1vw"
PASS test("object-position: left 20px center;") is "left 20px top 50%"
PASS test("object-position: center bottom 25%;") is "left 50% bottom 25%"
PASS test("object-position: bottom 20px right 12px;") is "right 12px bottom 20px"
-PASS test("object-position: 100px 100px 100px;") is null
-PASS test("object-position: 100px 100px 200px 200px;") is null
-PASS test("object-position: top left center;") is null
-PASS test("object-position: top top;") is null
-PASS test("object-position: top bottom;") is null
-PASS test("object-position: 33px left;") is null
-PASS test("object-position: top 33px;") is null
-PASS test("object-position: inherit inherit;") is null
-PASS test("object-position: initial initial;") is null
-PASS test("object-position: -webkit-fill-available;") is null
-PASS test("object-position: min-content;") is null
-PASS test("object-position: intrinsic;") is null
-PASS test("object-position: auto;") is null
-PASS test("object-position: none;") is null
-PASS test("object-position: fill;") is null
+PASS test("object-position: 100px 100px 100px;") is ""
+PASS test("object-position: 100px 100px 200px 200px;") is ""
+PASS test("object-position: top left center;") is ""
+PASS test("object-position: top top;") is ""
+PASS test("object-position: top bottom;") is ""
+PASS test("object-position: 33px left;") is ""
+PASS test("object-position: top 33px;") is ""
+PASS test("object-position: inherit inherit;") is ""
+PASS test("object-position: initial initial;") is ""
+PASS test("object-position: -webkit-fill-available;") is ""
+PASS test("object-position: min-content;") is ""
+PASS test("object-position: intrinsic;") is ""
+PASS test("object-position: auto;") is ""
+PASS test("object-position: none;") is ""
+PASS test("object-position: fill;") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698