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

Unified Diff: LayoutTests/fast/css/parsing-object-fit-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-fit-expected.txt
diff --git a/LayoutTests/fast/css/parsing-object-fit-expected.txt b/LayoutTests/fast/css/parsing-object-fit-expected.txt
index daa25de22718175cff7e693267bd396cf63384be..cd781629fefb2a178a16615224a183685dc07410 100644
--- a/LayoutTests/fast/css/parsing-object-fit-expected.txt
+++ b/LayoutTests/fast/css/parsing-object-fit-expected.txt
@@ -11,10 +11,10 @@ PASS test("object-fit: contain;") is "contain"
PASS test("object-fit: cover;") is "cover"
PASS test("object-fit: none;") is "none"
PASS test("object-fit: scale-down;") is "scale-down"
-PASS test("object-fit: fill contain;") is null
-PASS test("object-fit: bananas;") is null
-PASS test("object-fit: 23px;") is null
-PASS test("object-fit: 20%;") is null
+PASS test("object-fit: fill contain;") is ""
+PASS test("object-fit: bananas;") is ""
+PASS test("object-fit: 23px;") is ""
+PASS test("object-fit: 20%;") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698