OLD | NEW |
1 Style invalidation when inserting RTL text descendant of dir=auto | 1 Style invalidation when inserting RTL text descendant of dir=auto |
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 getComputedStyle(outerAuto).direction is "ltr" | 6 PASS getComputedStyle(outerAuto).direction is "ltr" |
7 PASS getComputedStyle(textInsertionPoint).direction is "ltr" | 7 PASS getComputedStyle(textInsertionPoint).direction is "ltr" |
8 PASS getComputedStyle(affectedByAuto).direction is "ltr" | 8 PASS getComputedStyle(affectedByAuto).direction is "ltr" |
9 PASS getComputedStyle(explicitLTR).direction is "ltr" | 9 PASS getComputedStyle(explicitLTR).direction is "ltr" |
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 4 | 10 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 4 |
11 PASS getComputedStyle(outerAuto).direction is "rtl" | 11 PASS getComputedStyle(outerAuto).direction is "rtl" |
12 PASS getComputedStyle(textInsertionPoint).direction is "rtl" | 12 PASS getComputedStyle(textInsertionPoint).direction is "rtl" |
13 PASS getComputedStyle(affectedByAuto).direction is "rtl" | 13 PASS getComputedStyle(affectedByAuto).direction is "rtl" |
14 PASS getComputedStyle(explicitLTR).direction is "ltr" | 14 PASS getComputedStyle(explicitLTR).direction is "ltr" |
15 | 15 |
16 Forcing everything back to LTR with dir attribute: | 16 Forcing everything back to LTR with dir attribute: |
17 | 17 |
18 PASS internals.updateStyleAndReturnAffectedElementCount() is 4 | 18 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 4 |
19 PASS getComputedStyle(outerAuto).direction is "ltr" | 19 PASS getComputedStyle(outerAuto).direction is "ltr" |
20 PASS getComputedStyle(textInsertionPoint).direction is "ltr" | 20 PASS getComputedStyle(textInsertionPoint).direction is "ltr" |
21 PASS getComputedStyle(affectedByAuto).direction is "ltr" | 21 PASS getComputedStyle(affectedByAuto).direction is "ltr" |
22 PASS getComputedStyle(explicitLTR).direction is "ltr" | 22 PASS getComputedStyle(explicitLTR).direction is "ltr" |
23 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
24 | 24 |
25 TEST COMPLETE | 25 TEST COMPLETE |
26 ل | 26 ل |
27 | 27 |
OLD | NEW |