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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/table/giantRowspan2-expected.txt

Issue 1412303002: Auto-rebaseline for r354723 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutTable {TABLE} at (0,0) size 784x76 6 LayoutTable {TABLE} at (0,0) size 784x76
7 LayoutTableSection {TBODY} at (0,0) size 784x76 7 LayoutTableSection {TBODY} at (0,0) size 784x76
8 LayoutTableRow {TR} at (0,2) size 784x0 8 LayoutTableRow {TR} at (0,2) size 784x0
9 LayoutTableCell {TD} at (2,1) size 780x74 [r=0 c=0 rs=8190 cs=1] 9 LayoutTableCell {TD} at (2,1) size 780x74 [r=0 c=0 rs=8190 cs=1]
10 LayoutText {#text} at (1,1) size 772x71 10 LayoutText {#text} at (1,1) size 771x71
11 text run at (1,1) width 688: "This test succeeds if it does not crash. We implemented a heuristic a while back to prevent giant rowspans. " 11 text run at (1,1) width 687: "This test succeeds if it does not crash. We implemented a heuristic a while back to prevent giant rowspans. "
12 text run at (688,1) width 85: "The heuristic" 12 text run at (687,1) width 85: "The heuristic"
13 text run at (1,19) width 707: "did not, however, fix this case. This rowpsan was small enough so that we thought it was okay to allocate, but " 13 text run at (1,19) width 707: "did not, however, fix this case. This rowpsan was small enough so that we thought it was okay to allocate, but "
14 text run at (707,19) width 33: "large" 14 text run at (707,19) width 33: "large"
15 text run at (1,37) width 748: "enough so that it actually wasn't okay, and we crashed. Firefox seems to hold 8k as the maximum size for rowspans . " 15 text run at (1,37) width 747: "enough so that it actually wasn't okay, and we crashed. Firefox seems to hold 8k as the maximum size for rowspans . "
16 text run at (748,37) width 18: "So" 16 text run at (747,37) width 18: "So"
17 text run at (1,55) width 497: "this change matches Firefox and c lamps all rowspans to 8k right in the DOM." 17 text run at (1,55) width 497: "this change matches Firefox and c lamps all rowspans to 8k right in the DOM."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698