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

Side by Side Diff: LayoutTests/platform/win/tables/mozilla/bugs/bug32205-2-expected.txt

Issue 1349473003: Remove DeprecatedPaintLayerFragment::outlineRect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed line, added rebaselines. Created 5 years, 3 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 clip at (0,0) size 785x600 scrollHeight 1299 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1299
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x1299 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x1299 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x1299 4 LayoutBlockFlow {HTML} at (0,0) size 785x1299
5 LayoutBlockFlow {BODY} at (8,8) size 769x1283 [bgcolor=#FFFFFF] 5 LayoutBlockFlow {BODY} at (8,8) size 769x1283 [bgcolor=#FFFFFF]
6 LayoutBlockFlow {P} at (0,0) size 769x18 6 LayoutBlockFlow {P} at (0,0) size 769x18
7 LayoutText {#text} at (0,0) size 477x17 7 LayoutText {#text} at (0,0) size 477x17
8 text run at (0,0) width 477: "This is a simple example of table height problems with only a single table." 8 text run at (0,0) width 477: "This is a simple example of table height problems with only a single table."
9 LayoutBlockFlow {P} at (0,34) size 769x54 9 LayoutBlockFlow {P} at (0,34) size 769x54
10 LayoutText {#text} at (0,0) size 745x53 10 LayoutText {#text} at (0,0) size 745x53
11 text run at (0,0) width 490: "The indention here is to specify a table with two rows. The table has a fixed " 11 text run at (0,0) width 490: "The indention here is to specify a table with two rows. The table has a fixed "
12 text run at (489,0) width 256: "overall width (200 for the example) an d" 12 text run at (489,0) width 256: "overall width (200 for the example) an d"
13 text run at (0,18) width 272: "two rows. The first row 'just high enou gh' " 13 text run at (0,18) width 272: "two rows. The first row 'just high enou gh' "
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 text run at (498,0) width 224: "This contains a DIV whose style is" 105 text run at (498,0) width 224: "This contains a DIV whose style is"
106 text run at (0,18) width 248: "height:100%. It ought to fill the entir e " 106 text run at (0,18) width 248: "height:100%. It ought to fill the entir e "
107 text run at (247,18) width 36: "table." 107 text run at (247,18) width 36: "table."
108 LayoutTable {TABLE} at (0,1083) size 309x200 [border: (1px outset #808080) ] 108 LayoutTable {TABLE} at (0,1083) size 309x200 [border: (1px outset #808080) ]
109 LayoutTableSection {TBODY} at (1,1) size 307x198 109 LayoutTableSection {TBODY} at (1,1) size 307x198
110 LayoutTableRow {TR} at (0,2) size 307x194 110 LayoutTableRow {TR} at (0,2) size 307x194
111 LayoutTableCell {TD} at (2,2) size 303x194 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1] 111 LayoutTableCell {TD} at (2,2) size 303x194 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
112 LayoutBlockFlow {DIV} at (2,2) size 299x190 [bgcolor=#FF0000] 112 LayoutBlockFlow {DIV} at (2,2) size 299x190 [bgcolor=#FF0000]
113 LayoutText {#text} at (0,0) size 299x17 113 LayoutText {#text} at (0,0) size 299x17
114 text run at (0,0) width 299: "A 100% div inside a row of unspe cified height" 114 text run at (0,0) width 299: "A 100% div inside a row of unspe cified height"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698