Index: third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt |
index 741ddc203b41afb03f3bc297fd6e35977bbb4af0..944957d76f62ad6ebdf9ef35f514c50433a5dcd2 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt |
@@ -7,9 +7,9 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutTableCell TD", |
- "rect": [0, 0, 0, 0], |
- "reason": "full" |
+ "object": "LayoutTableRow TR id='target' class='green'", |
+ "rect": [8, 10, 106, 100], |
+ "reason": "style change" |
}, |
{ |
"object": "LayoutTableCell TD", |
@@ -17,9 +17,8 @@ |
"reason": "forced by layout" |
}, |
{ |
- "object": "LayoutTableRow TR id='target' class='green'", |
- "rect": [8, 10, 106, 100], |
- "reason": "style change" |
+ "object": "LayoutTableCell TD", |
+ "reason": "full" |
} |
] |
} |