upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / fast / css / font-face-descriptor-multiple-values-parsing-expected.txt
1 This tests that the font-weight, font-style and font-variant properties accept value lists when they appear inside @font-face rules, and that the value 'all' is allowed only by itself.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS test("font-weight", "100") is "100"
7 PASS test("font-weight", "all") is "all"
8 PASS test("font-weight", "100, 200") is "100, 200"
9 PASS test("font-weight", "bold, normal") is "bold, normal"
10 PASS test("font-weight", "100, 200, 300, 400, 500, 600, 700, 100") is "100, 200, 300, 400, 500, 600, 700, 100"
11 PASS test("font-weight", "all, 100") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
12 PASS test("font-weight", "bold, normal, all") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
13 PASS test("font-weight", "") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
14 PASS test("font-style", "normal") is "normal"
15 PASS test("font-style", "italic") is "italic"
16 PASS test("font-style", "normal, oblique") is "normal, oblique"
17 PASS test("font-style", "all") is "all"
18 PASS test("font-style", "all, normal") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
19 PASS test("font-style", "italic, all") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
20 PASS test("font-style", "") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
21 PASS test("font-variant", "normal") is "normal"
22 PASS test("font-variant", "small-caps") is "small-caps"
23 PASS test("font-variant", "normal, small-caps") is "normal, small-caps"
24 PASS test("font-variant", "all") is "all"
25 PASS test("font-variant", "all, normal") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
26 PASS test("font-variant", "small-caps, all") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
27 PASS test("font-variant", "") threw exception TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText').
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31