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

Unified Diff: LayoutTests/fast/css/image-set-parsing-invalid-expected.txt

Issue 714693002: Don't require getPropertyCSSValue in fast/css tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/image-set-parsing-invalid-expected.txt
diff --git a/LayoutTests/fast/css/image-set-parsing-invalid-expected.txt b/LayoutTests/fast/css/image-set-parsing-invalid-expected.txt
index 92395584a8b988d42e088cc4361a9192e3e27731..8bc399175030a11c5bc2980928daa23cf3032897 100644
--- a/LayoutTests/fast/css/image-set-parsing-invalid-expected.txt
+++ b/LayoutTests/fast/css/image-set-parsing-invalid-expected.txt
@@ -5,22 +5,22 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Too many url parameters : url(#a #b)
-PASS cssRule is null
+PASS cssRule is ""
No x : url('#a') 1
-PASS cssRule is null
+PASS cssRule is ""
No comma : url('#a') 1x url('#b') 2x
-PASS cssRule is null
+PASS cssRule is ""
Too many scale factor parameters : url('#a') 1x 2x
-PASS cssRule is null
+PASS cssRule is ""
Scale factor is 0 : url('#a') 0x
-PASS cssRule is null
+PASS cssRule is ""
No url function : '#a' 1x
-PASS cssRule is null
+PASS cssRule is ""
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/image-set-parsing-expected.txt ('k') | LayoutTests/fast/css/script-tests/image-set-parsing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698