Index: third_party/WebKit/LayoutTests/fast/repaint/hover-invalidation-table-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/hover-invalidation-table-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/hover-invalidation-table-expected.txt |
index 686fd80972c1cc2d30f73fbf03e23f8bdd2cc32b..c740168d4f17d6340024cf1cc892589073506cf3 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/hover-invalidation-table-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/hover-invalidation-table-expected.txt |
@@ -7,19 +7,17 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
+ "object": "LayoutTableRow TR class='bla'", |
+ "rect": [8, 218, 70, 26], |
+ "reason": "style change" |
+ }, |
+ { |
"object": "LayoutTableCell TD", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
}, |
{ |
"object": "LayoutTableCell TD id='secondRowSpan'", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
- }, |
- { |
- "object": "LayoutTableRow TR class='bla'", |
- "rect": [8, 218, 70, 26], |
- "reason": "style change" |
} |
] |
} |