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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/fast/table/border-collapsing/cached-cell-append-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt
index c7c028def5632f89012a2bdb30e1759f552a1a8a..038d33df70b9c9dc0bb5b875dc2c9c64724fb286 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt
@@ -5,16 +5,32 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [68, 8, 55, 54],
- [67, 8, 56, 54],
- [63, 8, 60, 54]
- ],
- "paintInvalidationClients": [
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTable TABLE",
- "LayoutTableCell TD"
+ "paintInvalidations": [
+ {
+ "object": "LayoutTable TABLE",
+ "rect": [68, 8, 55, 54],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTable TABLE",
+ "rect": [67, 8, 56, 54],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [63, 8, 60, 54],
+ "reason": "location change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698