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

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

Issue 2005553002: Convert collapsed border repaint tests to reftests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
deleted file mode 100644
index b22065b0d0c85140377a5bc958a39394a9bab358..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 8, 168, 54],
- "reason": "full"
- },
- {
- "object": "LayoutTableSection TBODY",
- "rect": [10, 10, 165, 50],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutTableCell TD id='bar'",
- "rect": [64, 8, 58, 54],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [63, 8, 58, 54],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [122, 9, 54, 52],
- "reason": "bounds change"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [63, 10, 4, 50],
- "reason": "incremental"
- },
- {
- "object": "LayoutTableCell TD",
- "rect": [67, 8, 3, 54],
- "reason": "incremental"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698