tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / parsing-text-rendering-expected.txt
1 This tests checks that all of the input values for background-repeat parse correctly.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS test("text-rendering: auto;") is "auto"
7 PASS test("text-rendering: optimizeSpeed;") is "optimizespeed"
8 PASS test("text-rendering: optimizeLegibility;") is "optimizelegibility"
9 PASS test("text-rendering: geometricPrecision;") is "geometricprecision"
10 PASS test("text-rendering: auto auto;") is null
11 PASS test("text-rendering: optimizeCoconuts;") is null
12 PASS test("text-rendering: 15;") is null
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16