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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7378ace15faccf3a2f4265fe5f8c7d5d772af0a9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.txt
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x84
+ LayoutBlockFlow {HTML} at (0,0) size 800x84
+ LayoutBlockFlow {BODY} at (8,16) size 784x60
+ LayoutBlockFlow {P} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 321x19
+ text run at (0,0) width 321: "Passes if blue borders are visible surrounding B's cell."
+ LayoutTable {TABLE} at (0,36) size 559x24 [border: none]
+ LayoutTableSection {TBODY} at (0,0) size 558x23
+ LayoutTableRow {TR} at (0,0) size 558x23
+layer at (8,52) size 279x23 clip at (9,53) size 278x22
+ LayoutTableCell {TD} at (0,0) size 279x23 [border: (1px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
+ LayoutText {#text} at (2,2) size 11x19
+ text run at (2,2) width 11: "A"
+layer at (287,52) size 279x23 clip at (288,53) size 278x22
+ LayoutTableCell {TD} at (279,0) size 279x23 [border: (1px solid #0000FF)] [r=0 c=1 rs=1 cs=1]
+ LayoutText {#text} at (2,2) size 10x19
+ text run at (2,2) width 10: "B"

Powered by Google App Engine
This is Rietveld 408576698