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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 800x84
4 LayoutBlockFlow {HTML} at (0,0) size 800x84
5 LayoutBlockFlow {BODY} at (8,16) size 784x60
6 LayoutBlockFlow {P} at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 321x19
8 text run at (0,0) width 321: "Passes if blue borders are visible surro unding B's cell."
9 LayoutTable {TABLE} at (0,36) size 559x24 [border: none]
10 LayoutTableSection {TBODY} at (0,0) size 558x23
11 LayoutTableRow {TR} at (0,0) size 558x23
12 layer at (8,52) size 279x23 clip at (9,53) size 278x22
13 LayoutTableCell {TD} at (0,0) size 279x23 [border: (1px solid #0000FF)] [r=0 c =0 rs=1 cs=1]
14 LayoutText {#text} at (2,2) size 11x19
15 text run at (2,2) width 11: "A"
16 layer at (287,52) size 279x23 clip at (288,53) size 278x22
17 LayoutTableCell {TD} at (279,0) size 279x23 [border: (1px solid #0000FF)] [r=0 c=1 rs=1 cs=1]
18 LayoutText {#text} at (2,2) size 10x19
19 text run at (2,2) width 10: "B"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698