OLD | NEW |
1 This test checks the default rules for direction and unicode-bidi CSS properties
. | 1 This test checks the default rules for direction and unicode-bidi CSS properties
. |
2 | 2 |
3 PASS styleOf("div", {}).direction is "ltr" | 3 PASS styleOf("div", {}).direction is "ltr" |
4 FAIL styleOf("div", {}).unicodeBidi should be -webkit-isolate. Was normal. | 4 FAIL styleOf("div", {}).unicodeBidi should be -webkit-isolate. Was normal. |
5 PASS styleOf("div", {"dir":"ltr"}).direction is "ltr" | 5 PASS styleOf("div", {"dir":"ltr"}).direction is "ltr" |
6 PASS styleOf("div", {"dir":"ltr"}).unicodeBidi is "embed" | 6 PASS styleOf("div", {"dir":"ltr"}).unicodeBidi is "isolate" |
7 PASS styleOf("div", {"dir":"rtl"}).direction is "rtl" | 7 PASS styleOf("div", {"dir":"rtl"}).direction is "rtl" |
8 PASS styleOf("div", {"dir":"rtl"}).unicodeBidi is "embed" | 8 PASS styleOf("div", {"dir":"rtl"}).unicodeBidi is "isolate" |
9 PASS styleOf("div", {"dir":"auto"}).direction is "ltr" | 9 PASS styleOf("div", {"dir":"auto"}).direction is "ltr" |
10 PASS styleOf("div", {"dir":"auto"}).unicodeBidi is "isolate" | 10 PASS styleOf("div", {"dir":"auto"}).unicodeBidi is "isolate" |
11 PASS styleOf("div", {"dir":""}).direction is "ltr" | 11 PASS styleOf("div", {"dir":""}).direction is "ltr" |
12 PASS styleOf("div", {"dir":""}).unicodeBidi is "embed" | 12 PASS styleOf("div", {"dir":""}).unicodeBidi is "isolate" |
13 PASS styleOf("span", {}).direction is "ltr" | 13 PASS styleOf("span", {}).direction is "ltr" |
14 PASS styleOf("span", {}).unicodeBidi is "normal" | 14 PASS styleOf("span", {}).unicodeBidi is "normal" |
15 PASS styleOf("span", {"dir":"ltr"}).direction is "ltr" | 15 PASS styleOf("span", {"dir":"ltr"}).direction is "ltr" |
16 PASS styleOf("span", {"dir":"ltr"}).unicodeBidi is "embed" | 16 PASS styleOf("span", {"dir":"ltr"}).unicodeBidi is "isolate" |
17 PASS styleOf("span", {"dir":"rtl"}).direction is "rtl" | 17 PASS styleOf("span", {"dir":"rtl"}).direction is "rtl" |
18 PASS styleOf("span", {"dir":"rtl"}).unicodeBidi is "embed" | 18 PASS styleOf("span", {"dir":"rtl"}).unicodeBidi is "isolate" |
19 PASS styleOf("span", {"dir":"auto"}).direction is "ltr" | 19 PASS styleOf("span", {"dir":"auto"}).direction is "ltr" |
20 PASS styleOf("span", {"dir":"auto"}).unicodeBidi is "isolate" | 20 PASS styleOf("span", {"dir":"auto"}).unicodeBidi is "isolate" |
21 PASS styleOf("span", {"dir":""}).direction is "ltr" | 21 PASS styleOf("span", {"dir":""}).direction is "ltr" |
22 PASS styleOf("span", {"dir":""}).unicodeBidi is "embed" | 22 PASS styleOf("span", {"dir":""}).unicodeBidi is "isolate" |
23 PASS styleOf("bdi", {}).direction is "ltr" | 23 PASS styleOf("bdi", {}).direction is "ltr" |
24 PASS styleOf("bdi", {}).unicodeBidi is "isolate" | 24 PASS styleOf("bdi", {}).unicodeBidi is "isolate" |
25 PASS styleOf("bdi", {"dir":"ltr"}).direction is "ltr" | 25 PASS styleOf("bdi", {"dir":"ltr"}).direction is "ltr" |
26 PASS styleOf("bdi", {"dir":"ltr"}).unicodeBidi is "isolate" | 26 PASS styleOf("bdi", {"dir":"ltr"}).unicodeBidi is "isolate" |
27 PASS styleOf("bdi", {"dir":"rtl"}).direction is "rtl" | 27 PASS styleOf("bdi", {"dir":"rtl"}).direction is "rtl" |
28 PASS styleOf("bdi", {"dir":"rtl"}).unicodeBidi is "isolate" | 28 PASS styleOf("bdi", {"dir":"rtl"}).unicodeBidi is "isolate" |
29 PASS styleOf("bdi", {"dir":"auto"}).direction is "ltr" | 29 PASS styleOf("bdi", {"dir":"auto"}).direction is "ltr" |
30 PASS styleOf("bdi", {"dir":"auto"}).unicodeBidi is "isolate" | 30 PASS styleOf("bdi", {"dir":"auto"}).unicodeBidi is "isolate" |
31 PASS styleOf("bdi", {"dir":""}).direction is "ltr" | 31 PASS styleOf("bdi", {"dir":""}).direction is "ltr" |
32 PASS styleOf("bdi", {"dir":""}).unicodeBidi is "isolate" | 32 PASS styleOf("bdi", {"dir":""}).unicodeBidi is "isolate" |
(...skipping 13 matching lines...) Expand all Loading... |
46 PASS styleOf("bdo", {"dir":"ltr"}).unicodeBidi is "bidi-override" | 46 PASS styleOf("bdo", {"dir":"ltr"}).unicodeBidi is "bidi-override" |
47 PASS styleOf("bdo", {"dir":"rtl"}).direction is "rtl" | 47 PASS styleOf("bdo", {"dir":"rtl"}).direction is "rtl" |
48 PASS styleOf("bdo", {"dir":"rtl"}).unicodeBidi is "bidi-override" | 48 PASS styleOf("bdo", {"dir":"rtl"}).unicodeBidi is "bidi-override" |
49 PASS styleOf("bdo", {"dir":"auto"}).direction is "ltr" | 49 PASS styleOf("bdo", {"dir":"auto"}).direction is "ltr" |
50 FAIL styleOf("bdo", {"dir":"auto"}).unicodeBidi should be bidi-override isolate.
Was isolate. | 50 FAIL styleOf("bdo", {"dir":"auto"}).unicodeBidi should be bidi-override isolate.
Was isolate. |
51 PASS styleOf("bdo", {"dir":""}).direction is "ltr" | 51 PASS styleOf("bdo", {"dir":""}).direction is "ltr" |
52 PASS styleOf("bdo", {"dir":""}).unicodeBidi is "bidi-override" | 52 PASS styleOf("bdo", {"dir":""}).unicodeBidi is "bidi-override" |
53 PASS styleOf("textarea", {}).direction is "ltr" | 53 PASS styleOf("textarea", {}).direction is "ltr" |
54 PASS styleOf("textarea", {}).unicodeBidi is "normal" | 54 PASS styleOf("textarea", {}).unicodeBidi is "normal" |
55 PASS styleOf("textarea", {"dir":"ltr"}).direction is "ltr" | 55 PASS styleOf("textarea", {"dir":"ltr"}).direction is "ltr" |
56 PASS styleOf("textarea", {"dir":"ltr"}).unicodeBidi is "embed" | 56 PASS styleOf("textarea", {"dir":"ltr"}).unicodeBidi is "isolate" |
57 PASS styleOf("textarea", {"dir":"rtl"}).direction is "rtl" | 57 PASS styleOf("textarea", {"dir":"rtl"}).direction is "rtl" |
58 PASS styleOf("textarea", {"dir":"rtl"}).unicodeBidi is "embed" | 58 PASS styleOf("textarea", {"dir":"rtl"}).unicodeBidi is "isolate" |
59 PASS styleOf("textarea", {"dir":"auto"}).direction is "ltr" | 59 PASS styleOf("textarea", {"dir":"auto"}).direction is "ltr" |
60 PASS styleOf("textarea", {"dir":"auto"}).unicodeBidi is "plaintext" | 60 PASS styleOf("textarea", {"dir":"auto"}).unicodeBidi is "plaintext" |
61 PASS styleOf("textarea", {"dir":""}).direction is "ltr" | 61 PASS styleOf("textarea", {"dir":""}).direction is "ltr" |
62 PASS styleOf("textarea", {"dir":""}).unicodeBidi is "embed" | 62 PASS styleOf("textarea", {"dir":""}).unicodeBidi is "isolate" |
63 PASS styleOf("pre", {}).direction is "ltr" | 63 PASS styleOf("pre", {}).direction is "ltr" |
64 PASS styleOf("pre", {}).unicodeBidi is "normal" | 64 PASS styleOf("pre", {}).unicodeBidi is "normal" |
65 PASS styleOf("pre", {"dir":"ltr"}).direction is "ltr" | 65 PASS styleOf("pre", {"dir":"ltr"}).direction is "ltr" |
66 PASS styleOf("pre", {"dir":"ltr"}).unicodeBidi is "embed" | 66 PASS styleOf("pre", {"dir":"ltr"}).unicodeBidi is "isolate" |
67 PASS styleOf("pre", {"dir":"rtl"}).direction is "rtl" | 67 PASS styleOf("pre", {"dir":"rtl"}).direction is "rtl" |
68 PASS styleOf("pre", {"dir":"rtl"}).unicodeBidi is "embed" | 68 PASS styleOf("pre", {"dir":"rtl"}).unicodeBidi is "isolate" |
69 PASS styleOf("pre", {"dir":"auto"}).direction is "ltr" | 69 PASS styleOf("pre", {"dir":"auto"}).direction is "ltr" |
70 PASS styleOf("pre", {"dir":"auto"}).unicodeBidi is "plaintext" | 70 PASS styleOf("pre", {"dir":"auto"}).unicodeBidi is "plaintext" |
71 PASS styleOf("pre", {"dir":""}).direction is "ltr" | 71 PASS styleOf("pre", {"dir":""}).direction is "ltr" |
72 PASS styleOf("pre", {"dir":""}).unicodeBidi is "embed" | 72 PASS styleOf("pre", {"dir":""}).unicodeBidi is "isolate" |
73 PASS successfullyParsed is true | 73 PASS successfullyParsed is true |
74 | 74 |
75 TEST COMPLETE | 75 TEST COMPLETE |
76 | 76 |
OLD | NEW |