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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-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-remove-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.txt
index cc20084112e018c6e63f87f73fd565785cde3db8..a7395963483c3e180708bbeed35417d11ff600ad 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.txt
@@ -5,27 +5,72 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [122, 9, 54, 52],
- [67, 8, 3, 54],
- [64, 8, 58, 54],
- [63, 10, 4, 50],
- [63, 8, 58, 54],
- [10, 10, 165, 50],
- [10, 10, 110, 50],
- [8, 8, 168, 54],
- [8, 8, 113, 54]
- ],
- "paintInvalidationClients": [
- "LayoutTableCell TD id='bar'",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTable TABLE",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableSection TBODY",
- "LayoutTableCell TD",
- "LayoutTableCell TD"
+ "paintInvalidations": [
+ {
+ "object": "LayoutTable TABLE",
+ "rect": [8, 8, 168, 54],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTable TABLE",
+ "rect": [8, 8, 113, 54],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [67, 8, 3, 54],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [63, 10, 4, 50],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [122, 9, 54, 52],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [63, 8, 58, 54],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutTableCell TD id='bar'",
+ "rect": [64, 8, 58, 54],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [10, 10, 165, 50],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [10, 10, 110, 50],
+ "reason": "forced by layout"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698