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

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

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: 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/paint/invalidation/composited-table-row-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
index e96e3ba0b9a2dd58998e8d4ab3fe78f3a4cffb48..5a65d0fd65dac29be9ca032d0d10910709141039 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
@@ -1,26 +1,22 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutTableRow TR",
+ "position": [8, 8],
+ "bounds": [75, 21],
"drawsContent": true,
- "children": [
+ "backgroundColor": "#FF0000",
+ "paintInvalidations": [
{
- "name": "LayoutTableRow TR",
- "position": [8, 8],
- "bounds": [75, 21],
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "paintInvalidations": [
- {
- "object": "LayoutTableCell TD id='target'",
- "rect": [0, 0, 38, 22],
- "reason": "style change"
- }
- ]
+ "object": "LayoutTableCell TD id='target'",
+ "rect": [0, 0, 38, 22],
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698