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

Side by Side Diff: LayoutTests/platform/chromium-win/fast/html/details-add-child-2-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 55x19 9 RenderText {#text} at (16,0) size 55x19
10 text run at (16,0) width 55: "summary" 10 text run at (16,0) width 55: "summary"
11 RenderBlock (anonymous) at (0,20) size 784x20 11 RenderBlock (anonymous) at (0,20) size 784x20
12 RenderInline {B} at (0,0) size 140x19 12 RenderInline {B} at (0,0) size 140x19
13 RenderText {#text} at (0,0) size 140x19 13 RenderText {#text} at (0,0) size 140x19
14 text run at (0,0) width 140: "should have bold test" 14 text run at (0,0) width 140: "should have bold test"
15 RenderText {#text} at (0,0) size 0x0 15 RenderText {#text} at (0,0) size 0x0
16 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698