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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/tables/composited-collapsed-table-borders-expected.txt

Issue 2432663002: Use table as display item client for painting composited collapsed table cell borders. (Closed)
Patch Set: Add test baselines. Created 4 years, 2 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
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x80
4 LayoutBlockFlow {HTML} at (0,0) size 800x80
5 LayoutBlockFlow {BODY} at (8,16) size 784x56
6 LayoutBlockFlow {P} at (0,0) size 784x18
7 LayoutText {#text} at (0,0) size 346x17
8 text run at (0,0) width 346: "Passes if blue borders are visible surro unding B's cell."
9 LayoutTable {TABLE} at (0,34) size 559x22 [border: none]
10 LayoutTableSection {TBODY} at (0,0) size 558x21
11 LayoutTableRow {TR} at (0,0) size 558x21
12 layer at (8,50) size 279x21 clip at (9,51) size 278x20
13 LayoutTableCell {TD} at (0,0) size 279x21 [border: (1px solid #0000FF)] [r=0 c =0 rs=1 cs=1]
14 LayoutText {#text} at (2,2) size 12x17
15 text run at (2,2) width 12: "A"
16 layer at (287,50) size 279x21 clip at (288,51) size 278x20
17 LayoutTableCell {TD} at (279,0) size 279x21 [border: (1px solid #0000FF)] [r=0 c=1 rs=1 cs=1]
18 LayoutText {#text} at (2,2) size 11x17
19 text run at (2,2) width 11: "B"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698