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

Unified Diff: third_party/WebKit/LayoutTests/paint/tables/composited-table-background-expected.txt

Issue 2469903002: Use appropriate background object visual rect for composited table cell backgrounds. (Closed)
Patch Set: Include row background client when invalidating. Created 4 years, 1 month 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/paint/tables/composited-table-background-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/tables/composited-table-background-expected.txt b/third_party/WebKit/LayoutTests/paint/tables/composited-table-background-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..59846d4cc5887f4c78d256cbca34653b4c08592e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/tables/composited-table-background-expected.txt
@@ -0,0 +1,31 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x170
+ LayoutBlockFlow {HTML} at (0,0) size 800x170
+ LayoutBlockFlow {BODY} at (8,8) size 784x154
+ LayoutBlockFlow (anonymous) at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 499x19
+ text run at (0,0) width 499: "Test passes if all of the cells in the second row of the table have a blue background."
+ LayoutTable {TABLE} at (0,20) size 184x134
+ LayoutTableSection {TBODY} at (0,0) size 184x134
+ LayoutTableRow {TR} at (0,2) size 184x64
+ LayoutTableCell {TD} at (2,24) size 59x20 [r=0 c=0 rs=1 cs=1]
+ LayoutText {#text} at (24,0) size 11x19
+ text run at (24,0) width 11: "A"
+ LayoutTableCell {TD} at (63,24) size 58x20 [r=0 c=1 rs=1 cs=1]
+ LayoutText {#text} at (24,0) size 10x19
+ text run at (24,0) width 10: "B"
+ LayoutTableCell {TD} at (123,24) size 59x20 [r=0 c=2 rs=1 cs=1]
+ LayoutText {#text} at (24,0) size 11x19
+ text run at (24,0) width 11: "C"
+ LayoutTableRow {TR} at (0,68) size 184x64 [bgcolor=#ADD8E6]
+ LayoutTableCell {TD} at (2,90) size 59x20 [r=1 c=0 rs=1 cs=1]
+ LayoutText {#text} at (24,0) size 11x19
+ text run at (24,0) width 11: "D"
+ LayoutTableCell {TD} at (123,90) size 59x20 [r=1 c=2 rs=1 cs=1]
+ LayoutText {#text} at (24,0) size 9x19
+ text run at (24,0) width 9: "F"
+layer at (71,96) size 58x64
+ LayoutTableCell {TD} at (63,90) size 58x20 [r=1 c=1 rs=1 cs=1]
+ LayoutText {#text} at (24,0) size 9x19
+ text run at (24,0) width 9: "E"

Powered by Google App Engine
This is Rietveld 408576698