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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/paint/tables/composited-collapsed-table-borders-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/tables/composited-collapsed-table-borders-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/tables/composited-collapsed-table-borders-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2bc29228591a363ebb055c4930a678e746f41a2f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/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 800x80
+ LayoutBlockFlow {HTML} at (0,0) size 800x80
+ LayoutBlockFlow {BODY} at (8,16) size 784x56
+ LayoutBlockFlow {P} at (0,0) size 784x18
+ LayoutText {#text} at (0,0) size 346x17
+ text run at (0,0) width 346: "Passes if blue borders are visible surrounding B's cell."
+ LayoutTable {TABLE} at (0,34) size 559x22 [border: none]
+ LayoutTableSection {TBODY} at (0,0) size 558x21
+ LayoutTableRow {TR} at (0,0) size 558x21
+layer at (8,50) size 279x21 clip at (9,51) size 278x20
+ LayoutTableCell {TD} at (0,0) size 279x21 [border: (1px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
+ LayoutText {#text} at (2,2) size 12x17
+ text run at (2,2) width 12: "A"
+layer at (287,50) size 279x21 clip at (288,51) size 278x20
+ LayoutTableCell {TD} at (279,0) size 279x21 [border: (1px solid #0000FF)] [r=0 c=1 rs=1 cs=1]
+ LayoutText {#text} at (2,2) size 11x17
+ text run at (2,2) width 11: "B"

Powered by Google App Engine
This is Rietveld 408576698