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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/animated-row-background-expected.txt

Issue 2501833002: Fix bug of animated table col/section/row background (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/animated-row-background-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/animated-row-background-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/animated-row-background-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..70cba69cf8e8e6558664bfdd6bf180da9a8c71b6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/animated-row-background-expected.txt
@@ -0,0 +1,41 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutTableRow TR id='row'",
+ "rect": [8, 10, 210, 102],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutImage IMG id='image'",
+ "rect": [8, 114, 50, 50],
+ "reason": "full"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutTableCell TD id='cell1'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD id='cell2'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableRow TR id='row'",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutImage IMG id='image'",
+ "reason": "full"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698