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

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

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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-cell-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt
index 8d5601674719fb6ebf0d09e97acd885b87383a12..4c0e992e185ca766f4dcf39cac985d32d4675b93 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt
@@ -21,7 +21,7 @@
{
"object": "LayoutTableCell TD",
"rect": [8, 326, 60, 60],
- "reason": "bounds change"
+ "reason": "became invisible"
},
{
"object": "LayoutBlockFlow DIV",
@@ -47,10 +47,6 @@
"reason": "became visible"
},
{
- "object": "LayoutTableCell TD id='t'",
- "reason": "became visible"
- },
- {
"object": "LayoutTableCell TD",
"reason": "bounds change"
},
@@ -60,15 +56,15 @@
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "location change"
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "became invisible"
},
{
"object": "LayoutTableCell TD id='s'",
- "reason": "bounds change"
+ "reason": "location change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698