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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt

Issue 2495343002: Revert of Paint collapsed borders of a table as one display item (Closed)
Patch Set: Created 4 years, 1 month 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/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt
deleted file mode 100644
index 8505bd0225f1a7a833ff9ea3ea52141b6d53d049..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 82, 112, 112],
- "reason": "invalidate paint rectangle"
- }
- ]
- },
- {
- "name": "LayoutTableSection THEAD id='a'",
- "position": [10, 84],
- "bounds": [107, 107],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutTableSection THEAD id='a'",
- "rect": [0, 0, 107, 107],
- "reason": "style change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutTable TABLE",
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutTableSection THEAD id='a'",
- "reason": "style change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698