Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/dir-auto-insert-text-invalidation-expected.txt

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698