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

Side by Side Diff: LayoutTests/platform/mac/fast/table/table-hspace-align-center-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 layer at (0,0) size 800x600 2 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x600 4 layer at (0,0) size 800x600
5 RenderBlock {HTML} at (0,0) size 800x600 5 RenderBlock {HTML} at (0,0) size 800x600
6 RenderBody {BODY} at (8,8) size 784x584 6 RenderBody {BODY} at (8,8) size 784x584
7 RenderTable {TABLE} at (153,0) size 478x28 [border: (2px outset #808080)] 7 RenderTable {TABLE} at (153,0) size 478x28 [border: (2px outset #808080)]
8 RenderTableSection {TBODY} at (2,2) size 474x24 8 RenderTableSection {TBODY} at (2,2) size 474x24
9 RenderTableRow {TR} at (0,2) size 474x20 9 RenderTableRow {TR} at (0,2) size 474x20
10 RenderTableCell {TD} at (2,2) size 470x20 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 10 RenderTableCell {TD} at (2,2) size 470x20 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
11 RenderText {#text} at (2,2) size 466x16 11 RenderText {#text} at (2,2) size 466x16
12 text run at (2,2) width 466: "The hspace attribute should be ign ored and this table should be centered." 12 text run at (2,2) width 466: "The hspace attribute should be ign ored and this table should be centered."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698