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

Side by Side Diff: LayoutTests/platform/linux/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 (167,0) size 450x32 [border: (2px outset #808080)] 7 RenderTable {TABLE} at (167,0) size 450x32 [border: (2px outset #808080)]
8 RenderTableSection {TBODY} at (2,2) size 446x28 8 RenderTableSection {TBODY} at (2,2) size 446x28
9 RenderTableRow {TR} at (0,2) size 446x24 9 RenderTableRow {TR} at (0,2) size 446x24
10 RenderTableCell {TD} at (2,2) size 442x24 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 10 RenderTableCell {TD} at (2,2) size 442x24 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
11 RenderText {#text} at (2,2) size 438x19 11 RenderText {#text} at (2,2) size 438x19
12 text run at (2,2) width 438: "The hspace attribute should be ign ored and this table should be centered." 12 text run at (2,2) width 438: "The hspace attribute should be ign ored and this table should be centered."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698