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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296-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-69296-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296-expected.txt
index bb7c3b1bc71a26176c1bca8db18889b2daf08c3b..4687a33a62c20dac97ed3ee3290e413be2295265 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296-expected.txt
@@ -5,31 +5,72 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [126, 20, 54, 51],
- [126, 20, 54, 51],
- [73, 20, 54, 51],
- [73, 20, 54, 51],
- [20, 20, 159, 50],
- [20, 20, 159, 50],
- [20, 20, 54, 51],
- [20, 20, 54, 51]
- ],
- "paintInvalidationClients": [
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableRow TR id='row1'",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableRow TR id='row1'",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD"
+ "paintInvalidations": [
+ {
+ "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": [20, 20, 54, 51],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [73, 20, 54, 51],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [126, 20, 54, 51],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [20, 20, 54, 51],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [73, 20, 54, 51],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [126, 20, 54, 51],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableRow TR id='row1'",
+ "rect": [20, 20, 159, 50],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableRow TR id='row1'",
+ "rect": [20, 20, 159, 50],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698