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

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

Issue 2173163003: [css-tables] Mark sibling cells dirty when a cell is removed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark fast/repaint/table-collapsed-border.html NeedsRebaseline Created 4 years, 5 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/platform/linux/fast/repaint/table-collapsed-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-collapsed-border-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-collapsed-border-expected.txt
index ecb5b1575b26e36776cebb089482fda80e371974..8e1845e5f959b8997c143f12409557fd48c3e161 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-collapsed-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-collapsed-border-expected.txt
@@ -112,6 +112,26 @@
"object": "LayoutTable TABLE",
"rect": [78, 286, 25, 82],
"reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [8, 224, 14, 22],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [8, 132, 14, 22],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [17, 225, 4, 19],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [17, 133, 4, 19],
+ "reason": "forced by layout"
}
]
}
@@ -198,6 +218,22 @@
"reason": "forced by layout"
},
{
+ "object": "InlineTextBox '\u00A0'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
"object": "InlineTextBox 'sit amet'",
"reason": "forced by layout"
},
@@ -210,6 +246,22 @@
"reason": "forced by layout"
},
{
+ "object": "LayoutTableCell TD",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutTable TABLE",
"reason": "incremental"
},

Powered by Google App Engine
This is Rietveld 408576698