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

Side by Side Diff: LayoutTests/platform/mac/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 (246,2) size 536x44 [bgcolor=#000000] [border: (5px outset #808080)] 8 RenderTable {TABLE} at (246,2) size 536x44 [bgcolor=#000000] [border: (5px outset #808080)]
9 RenderTableSection {TBODY} at (5,5) size 526x34 9 RenderTableSection {TBODY} at (5,5) size 526x34
10 RenderTableRow {TR} at (0,0) size 526x34 10 RenderTableRow {TR} at (0,0) size 526x34
11 RenderTableCell {TD} at (0,0) size 526x34 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 11 RenderTableCell {TD} at (0,0) size 526x34 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
12 RenderTable {TABLE} at (2,2) size 522x30 [border: (5px outset #808 080)] 12 RenderTable {TABLE} at (2,2) size 522x30 [border: (5px outset #808 080)]
13 RenderTableSection {TBODY} at (5,5) size 512x20 13 RenderTableSection {TBODY} at (5,5) size 512x20
14 RenderTableRow {TR} at (0,0) size 512x20 14 RenderTableRow {TR} at (0,0) size 512x20
15 RenderTableCell {TD} at (0,0) size 512x20 [bgcolor=#FFFFCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 15 RenderTableCell {TD} at (0,0) size 512x20 [bgcolor=#FFFFCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
16 RenderText {#text} at (2,2) size 508x16 16 RenderText {#text} at (2,2) size 508x16
17 text run at (2,2) width 508: "xxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxQ" 17 text run at (2,2) width 508: "xxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxQ"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698