tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / default-bidi-css-rules-expected.txt
1 This test checks the default rules for direction and unicode-bidi CSS properties.
2
3 PASS styleOf("div", {}).direction is "ltr"
4 FAIL styleOf("div", {}).unicodeBidi should be -webkit-isolate. Was normal.
5 PASS styleOf("div", {"dir":"ltr"}).direction is "ltr"
6 PASS styleOf("div", {"dir":"ltr"}).unicodeBidi is "embed"
7 PASS styleOf("div", {"dir":"rtl"}).direction is "rtl"
8 PASS styleOf("div", {"dir":"rtl"}).unicodeBidi is "embed"
9 PASS styleOf("div", {"dir":"auto"}).direction is "ltr"
10 PASS styleOf("div", {"dir":"auto"}).unicodeBidi is "-webkit-isolate"
11 PASS styleOf("div", {"dir":""}).direction is "ltr"
12 PASS styleOf("div", {"dir":""}).unicodeBidi is "embed"
13 PASS styleOf("span", {}).direction is "ltr"
14 PASS styleOf("span", {}).unicodeBidi is "normal"
15 PASS styleOf("span", {"dir":"ltr"}).direction is "ltr"
16 PASS styleOf("span", {"dir":"ltr"}).unicodeBidi is "embed"
17 PASS styleOf("span", {"dir":"rtl"}).direction is "rtl"
18 PASS styleOf("span", {"dir":"rtl"}).unicodeBidi is "embed"
19 PASS styleOf("span", {"dir":"auto"}).direction is "ltr"
20 PASS styleOf("span", {"dir":"auto"}).unicodeBidi is "-webkit-isolate"
21 PASS styleOf("span", {"dir":""}).direction is "ltr"
22 PASS styleOf("span", {"dir":""}).unicodeBidi is "embed"
23 PASS styleOf("bdi", {}).direction is "ltr"
24 PASS styleOf("bdi", {}).unicodeBidi is "-webkit-isolate"
25 PASS styleOf("bdi", {"dir":"ltr"}).direction is "ltr"
26 PASS styleOf("bdi", {"dir":"ltr"}).unicodeBidi is "-webkit-isolate"
27 PASS styleOf("bdi", {"dir":"rtl"}).direction is "rtl"
28 PASS styleOf("bdi", {"dir":"rtl"}).unicodeBidi is "-webkit-isolate"
29 PASS styleOf("bdi", {"dir":"auto"}).direction is "ltr"
30 PASS styleOf("bdi", {"dir":"auto"}).unicodeBidi is "-webkit-isolate"
31 PASS styleOf("bdi", {"dir":""}).direction is "ltr"
32 PASS styleOf("bdi", {"dir":""}).unicodeBidi is "-webkit-isolate"
33 PASS styleOf("output", {}).direction is "ltr"
34 PASS styleOf("output", {}).unicodeBidi is "-webkit-isolate"
35 PASS styleOf("output", {"dir":"ltr"}).direction is "ltr"
36 PASS styleOf("output", {"dir":"ltr"}).unicodeBidi is "-webkit-isolate"
37 PASS styleOf("output", {"dir":"rtl"}).direction is "rtl"
38 PASS styleOf("output", {"dir":"rtl"}).unicodeBidi is "-webkit-isolate"
39 PASS styleOf("output", {"dir":"auto"}).direction is "ltr"
40 PASS styleOf("output", {"dir":"auto"}).unicodeBidi is "-webkit-isolate"
41 PASS styleOf("output", {"dir":""}).direction is "ltr"
42 PASS styleOf("output", {"dir":""}).unicodeBidi is "-webkit-isolate"
43 PASS styleOf("bdo", {}).direction is "ltr"
44 PASS styleOf("bdo", {}).unicodeBidi is "bidi-override"
45 PASS styleOf("bdo", {"dir":"ltr"}).direction is "ltr"
46 PASS styleOf("bdo", {"dir":"ltr"}).unicodeBidi is "bidi-override"
47 PASS styleOf("bdo", {"dir":"rtl"}).direction is "rtl"
48 PASS styleOf("bdo", {"dir":"rtl"}).unicodeBidi is "bidi-override"
49 PASS styleOf("bdo", {"dir":"auto"}).direction is "ltr"
50 FAIL styleOf("bdo", {"dir":"auto"}).unicodeBidi should be bidi-override -webkit-isolate. Was -webkit-isolate.
51 PASS styleOf("bdo", {"dir":""}).direction is "ltr"
52 PASS styleOf("bdo", {"dir":""}).unicodeBidi is "bidi-override"
53 PASS styleOf("textarea", {}).direction is "ltr"
54 PASS styleOf("textarea", {}).unicodeBidi is "normal"
55 PASS styleOf("textarea", {"dir":"ltr"}).direction is "ltr"
56 PASS styleOf("textarea", {"dir":"ltr"}).unicodeBidi is "embed"
57 PASS styleOf("textarea", {"dir":"rtl"}).direction is "rtl"
58 PASS styleOf("textarea", {"dir":"rtl"}).unicodeBidi is "embed"
59 PASS styleOf("textarea", {"dir":"auto"}).direction is "ltr"
60 PASS styleOf("textarea", {"dir":"auto"}).unicodeBidi is "-webkit-plaintext"
61 PASS styleOf("textarea", {"dir":""}).direction is "ltr"
62 PASS styleOf("textarea", {"dir":""}).unicodeBidi is "embed"
63 PASS styleOf("pre", {}).direction is "ltr"
64 PASS styleOf("pre", {}).unicodeBidi is "normal"
65 PASS styleOf("pre", {"dir":"ltr"}).direction is "ltr"
66 PASS styleOf("pre", {"dir":"ltr"}).unicodeBidi is "embed"
67 PASS styleOf("pre", {"dir":"rtl"}).direction is "rtl"
68 PASS styleOf("pre", {"dir":"rtl"}).unicodeBidi is "embed"
69 PASS styleOf("pre", {"dir":"auto"}).direction is "ltr"
70 PASS styleOf("pre", {"dir":"auto"}).unicodeBidi is "-webkit-plaintext"
71 PASS styleOf("pre", {"dir":""}).direction is "ltr"
72 PASS styleOf("pre", {"dir":""}).unicodeBidi is "embed"
73 PASS successfullyParsed is true
74
75 TEST COMPLETE
76