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

Unified Diff: LayoutTests/fast/css/parsing-text-rendering-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-text-rendering-expected.txt
diff --git a/LayoutTests/fast/css/parsing-text-rendering-expected.txt b/LayoutTests/fast/css/parsing-text-rendering-expected.txt
index 242e7ff3cd4d0abd1b09162c63d517bd84265229..07a92d292797ca33c733628483d0283efe98fcd7 100644
--- a/LayoutTests/fast/css/parsing-text-rendering-expected.txt
+++ b/LayoutTests/fast/css/parsing-text-rendering-expected.txt
@@ -8,9 +8,9 @@ PASS test("text-rendering: optimizeSpeed;") is "optimizeSpeed"
PASS test("text-rendering: optimizeLegibility;") is "optimizeLegibility"
PASS test("text-rendering: geometricPrecision;") is "geometricPrecision"
PASS test("text-rendering: OptIMizESpEEd;") is "optimizeSpeed"
-PASS test("text-rendering: auto auto;") is null
-PASS test("text-rendering: optimizeCoconuts;") is null
-PASS test("text-rendering: 15;") is null
+PASS test("text-rendering: auto auto;") is ""
+PASS test("text-rendering: optimizeCoconuts;") is ""
+PASS test("text-rendering: 15;") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698