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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-col-span-initial-empty-expected.txt

Issue 2515573002: Fix painting background for composited table cells in a non-composited row. (Closed)
Patch Set: 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/invalidation/table/composited-table-background-col-span-initial-empty-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-col-span-initial-empty-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-col-span-initial-empty-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f76322d36a3a0e354a93364bbff13501dfade9be
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-col-span-initial-empty-expected.txt
@@ -0,0 +1,52 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutTableCol COL id='target'",
+ "rect": [8, 28, 184, 134],
+ "reason": "style change"
+ }
+ ]
+ },
+ {
+ "name": "LayoutTableCell TD",
+ "position": [71, 96],
+ "bounds": [58, 64],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutTableCell TD",
+ "position": [131, 96],
+ "bounds": [59, 64],
+ "drawsContent": true
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "RowBackground",
+ "reason": "style change"
+ },
+ {
+ "object": "RowBackground",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCol COL id='target'",
+ "reason": "style change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698