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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt

Issue 2502353003: Paint collapsed borders of a table as one display item (Closed)
Patch Set: - Created 4 years 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/collapsed-border-cell-resize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
index b34767dffb96b32d7584ccaf38781c1fb94bde17..1ef83120660adb44640ed7ae9876fca400fb768c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
@@ -7,6 +7,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutTable TABLE",
+ "rect": [8, 8, 104, 204],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutTableCell TD id='target'",
"rect": [8, 8, 104, 204],
"reason": "border box change"
@@ -16,6 +21,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "LayoutTable TABLE",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutTableCell TD id='target'",
"reason": "border box change"
}

Powered by Google App Engine
This is Rietveld 408576698