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

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

Issue 1817143002: Use LocalStyleChange for text direction changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
(Empty)
1 Style invalidation when inserting RTL text descendant of dir=auto
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS getComputedStyle(outerAuto).direction is "ltr"
7 PASS getComputedStyle(textInsertionPoint).direction is "ltr"
8 PASS getComputedStyle(affectedByAuto).direction is "ltr"
9 PASS getComputedStyle(explicitLTR).direction is "ltr"
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 4
11 PASS getComputedStyle(outerAuto).direction is "rtl"
12 PASS getComputedStyle(textInsertionPoint).direction is "rtl"
13 PASS getComputedStyle(affectedByAuto).direction is "rtl"
14 PASS getComputedStyle(explicitLTR).direction is "ltr"
15
16 Forcing everything back to LTR with dir attribute:
17
18 PASS internals.updateStyleAndReturnAffectedElementCount() is 4
19 PASS getComputedStyle(outerAuto).direction is "ltr"
20 PASS getComputedStyle(textInsertionPoint).direction is "ltr"
21 PASS getComputedStyle(affectedByAuto).direction is "ltr"
22 PASS getComputedStyle(explicitLTR).direction is "ltr"
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26 ؄ل
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698