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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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-change-col-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt
deleted file mode 100644
index 45abd2c9fd23211a5f663b1ffbc0fbf95b31066c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutTableCol COL id='col'",
- "rect": [8, 8, 113, 104],
- "reason": "style change"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 108, 113, 4],
- "reason": "incremental"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 110, 113, 2],
- "reason": "incremental"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [8, 59, 60, 53],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [8, 8, 60, 53],
- "reason": "location change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [64, 59, 57, 53],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [64, 8, 57, 53],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [8, 58, 56, 52],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [62, 8, 55, 52],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [63, 59, 54, 51],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [116, 8, 5, 104],
- "reason": "incremental"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [117, 8, 4, 104],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutTableCell TD",
- "reason": "style change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "style change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "style change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "style change"
- },
- {
- "object": "LayoutTable TABLE",
- "reason": "incremental"
- },
- {
- "object": "LayoutTableCol COL id='col'",
- "reason": "style change"
- },
- {
- "object": "LayoutTableRow TR",
- "reason": "location change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "location change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableRow TR",
- "reason": "location change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "bounds change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698