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

Side by Side Diff: LayoutTests/platform/win-xp/tables/mozilla/bugs/bug1261-expected.txt

Issue 717493003: Update UseCounter::deprecationMessage() cases to use the replacedBy function (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 CONSOLE WARNING: The 'hspace' attribute on table is deprecated. Please use CSS i nstead. 1 CONSOLE WARNING: The 'hspace' attribute on table is deprecated. Please use CSS m argin-left and margin-right property instead.
2 CONSOLE WARNING: The 'vspace' attribute on table is deprecated. Please use CSS i nstead. 2 CONSOLE WARNING: The 'vspace' attribute on table is deprecated. Please use CSS m argin-top and margin-bottom property instead.
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderView at (0,0) size 800x600 4 RenderView at (0,0) size 800x600
5 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
6 RenderBlock {HTML} at (0,0) size 800x600 6 RenderBlock {HTML} at (0,0) size 800x600
7 RenderBody {BODY} at (8,8) size 784x584 7 RenderBody {BODY} at (8,8) size 784x584
8 RenderTable {TABLE} at (308,2) size 474x48 [bgcolor=#000000] [border: (5px outset #808080)] 8 RenderTable {TABLE} at (308,2) size 474x48 [bgcolor=#000000] [border: (5px outset #808080)]
9 RenderTableSection {TBODY} at (5,5) size 464x38 9 RenderTableSection {TBODY} at (5,5) size 464x38
10 RenderTableRow {TR} at (0,0) size 464x38 10 RenderTableRow {TR} at (0,0) size 464x38
11 RenderTableCell {TD} at (0,0) size 464x38 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 11 RenderTableCell {TD} at (0,0) size 464x38 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
12 RenderTable {TABLE} at (2,2) size 460x34 [border: (5px outset #808 080)] 12 RenderTable {TABLE} at (2,2) size 460x34 [border: (5px outset #808 080)]
13 RenderTableSection {TBODY} at (5,5) size 450x24 13 RenderTableSection {TBODY} at (5,5) size 450x24
14 RenderTableRow {TR} at (0,0) size 450x24 14 RenderTableRow {TR} at (0,0) size 450x24
15 RenderTableCell {TD} at (0,0) size 450x24 [bgcolor=#FFFFCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 15 RenderTableCell {TD} at (0,0) size 450x24 [bgcolor=#FFFFCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
16 RenderText {#text} at (2,2) size 446x19 16 RenderText {#text} at (2,2) size 446x19
17 text run at (2,2) width 446: "xxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxQ" 17 text run at (2,2) width 446: "xxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxQ"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698