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

Side by Side Diff: LayoutTests/platform/chromium-linux/fast/html/details-replace-text-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 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {DETAILS} at (0,0) size 784x40 6 RenderBlock {DETAILS} at (0,0) size 784x40
7 RenderBlock {SUMMARY} at (0,0) size 784x20 7 RenderBlock {SUMMARY} at (0,0) size 784x20
8 RenderDetailsMarker {DIV} at (0,5) size 11x11: down 8 RenderDetailsMarker {DIV} at (0,5) size 11x11: down
9 RenderText {#text} at (16,0) size 58x19 9 RenderText {#text} at (16,0) size 58x19
10 text run at (16,0) width 58: "Summary" 10 text run at (16,0) width 58: "Summary"
11 RenderBlock (anonymous) at (0,20) size 784x20 11 RenderBlock (anonymous) at (0,20) size 784x20
12 RenderBlock {SPAN} at (0,3) size 64x16 12 RenderBlock {SPAN} at (0,3) size 64x16
13 RenderText {#text} at (0,0) size 64x16 13 RenderText {#text} at (0,0) size 64x16
14 text run at (0,0) width 64: "Details1" 14 text run at (0,0) width 64: "Details1"
15 RenderText {#text} at (64,0) size 4x19 15 RenderText {#text} at (64,0) size 4x19
16 text run at (64,0) width 4: " " 16 text run at (64,0) width 4: " "
17 RenderText {#text} at (0,0) size 0x0
18 RenderBlock {SPAN} at (68,3) size 64x16 17 RenderBlock {SPAN} at (68,3) size 64x16
19 RenderText {#text} at (0,0) size 64x16 18 RenderText {#text} at (0,0) size 64x16
20 text run at (0,0) width 64: "Details2" 19 text run at (0,0) width 64: "Details2"
21 RenderText {#text} at (0,0) size 0x0 20 RenderText {#text} at (0,0) size 0x0
22 RenderBlock (anonymous) at (0,40) size 784x26 21 RenderBlock (anonymous) at (0,40) size 784x26
23 RenderButton {INPUT} at (2,2) size 43x22 [bgcolor=#DDDDDD] [border: (2px outset #DDDDDD)] 22 RenderButton {INPUT} at (2,2) size 43x22 [bgcolor=#DDDDDD] [border: (2px outset #DDDDDD)]
24 RenderBlock (anonymous) at (8,3) size 27x16 23 RenderBlock (anonymous) at (8,3) size 27x16
25 RenderText {#text} at (0,0) size 27x16 24 RenderText {#text} at (0,0) size 27x16
26 text run at (0,0) width 27: "click" 25 text run at (0,0) width 27: "click"
27 RenderText {#text} at (0,0) size 0x0 26 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698