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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-cell-collapsed-border-expected.txt

Issue 1878163002: 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/repaint/table-cell-collapsed-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-collapsed-border-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-cell-collapsed-border-expected.txt
index d6d784e2480c9e91479f9d050e259369f1c097d3..de563e04eadf671d84ac571eb301a54ce9b4f9a1 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-collapsed-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-cell-collapsed-border-expected.txt
@@ -5,26 +5,77 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [220, 260, 122, 110],
- [220, 60, 122, 108],
- [3, 260, 118, 110]
- ],
- "paintInvalidationClients": [
- "LayoutTableCell TD",
- "LayoutTableCell TD id='t1'",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD id='t2'",
- "LayoutTableCell TD",
- "LayoutTableCell TD id='t3'",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD",
- "LayoutTableCell TD id='t1'",
- "LayoutTableCell TD id='t2'",
- "LayoutTableCell TD id='t3'"
+ "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": [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": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD id='t1'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD id='t1'",
+ "rect": [220, 60, 122, 108],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD id='t2'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD id='t2'",
+ "rect": [3, 260, 118, 110],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD id='t3'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutTableCell TD id='t3'",
+ "rect": [220, 260, 122, 110],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698