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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This tests checks that all of the input values for background-repeat parse corre ctly. 1 This tests checks that all of the input values for background-repeat parse corre ctly.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS test("text-rendering: auto;") is "auto" 6 PASS test("text-rendering: auto;") is "auto"
7 PASS test("text-rendering: optimizeSpeed;") is "optimizeSpeed" 7 PASS test("text-rendering: optimizeSpeed;") is "optimizeSpeed"
8 PASS test("text-rendering: optimizeLegibility;") is "optimizeLegibility" 8 PASS test("text-rendering: optimizeLegibility;") is "optimizeLegibility"
9 PASS test("text-rendering: geometricPrecision;") is "geometricPrecision" 9 PASS test("text-rendering: geometricPrecision;") is "geometricPrecision"
10 PASS test("text-rendering: OptIMizESpEEd;") is "optimizeSpeed" 10 PASS test("text-rendering: OptIMizESpEEd;") is "optimizeSpeed"
11 PASS test("text-rendering: auto auto;") is null 11 PASS test("text-rendering: auto auto;") is ""
12 PASS test("text-rendering: optimizeCoconuts;") is null 12 PASS test("text-rendering: optimizeCoconuts;") is ""
13 PASS test("text-rendering: 15;") is null 13 PASS test("text-rendering: 15;") is ""
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698