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

Side by Side Diff: LayoutTests/platform/chromium-win/editing/selection/caret-rtl-2-left-expected.txt

Issue 15871005: Avoid N^2 walk placing renderers when building the render tree (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding a mitigation for the perf regression to Element::recalcStyle. Created 7 years, 5 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 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x145 3 layer at (0,0) size 800x145
4 RenderBlock {HTML} at (0,0) size 800x145 4 RenderBlock {HTML} at (0,0) size 800x145
5 RenderBody {BODY} at (8,16) size 784x121 5 RenderBody {BODY} at (8,16) size 784x121
6 RenderBlock {P} at (0,0) size 784x40 6 RenderBlock {P} at (0,0) size 784x40
7 RenderText {#text} at (0,0) size 775x39 7 RenderText {#text} at (0,0) size 775x39
8 text run at (0,0) width 775: "This tests that clicking in a contentedi table div will set the caret in the right position for RTL text in a LTR block. To test manually," 8 text run at (0,0) width 775: "This tests that clicking in a contentedi table div will set the caret in the right position for RTL text in a LTR block. To test manually,"
9 text run at (0,20) width 363: "click the left of the text. The caret s hould be on the left edge." 9 text run at (0,20) width 363: "click the left of the text. The caret s hould be on the left edge."
10 RenderBlock {DIV} at (0,56) size 202x45 [border: (1px solid #000000)] 10 RenderBlock {DIV} at (0,56) size 202x45 [border: (1px solid #000000)]
11 RenderText {#text} at (11,11) size 58x22 11 RenderText {#text} at (11,11) size 58x22
12 text run at (11,11) width 58 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5 }\x{5E8}" 12 text run at (11,11) width 58 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5 }\x{5E8}"
13 RenderBlock (anonymous) at (0,101) size 784x20 13 RenderBlock (anonymous) at (0,101) size 784x20
14 RenderText {#text} at (0,0) size 38x19 14 RenderText {#text} at (0,0) size 38x19
15 text run at (0,0) width 38: "PASS" 15 text run at (0,0) width 38: "PASS"
16 RenderBR {BR} at (38,0) size 0x19 16 RenderBR {BR} at (38,0) size 0x19
17 RenderText {#text} at (0,0) size 0x0
18 caret: position 0 of child 0 {#text} of child 3 {DIV} of body 17 caret: position 0 of child 0 {#text} of child 3 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698