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

Unified Diff: LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt

Issue 714083003: Revert "Move some scroll invalidations to the paint invalidation phase" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New test is not cross-platform due to text. Created 6 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: LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt b/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
similarity index 53%
copy from LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt
copy to LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
index 61b7da0dfac0d209dcc8880e1ca57a6cbbef1c58..5eb913bd82cc9020a4863fe13dfdf2b00296abe5 100644
--- a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt
+++ b/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
@@ -1,18 +1,19 @@
{
- "bounds": [800, 600],
+ "bounds": [785, 5056],
"children": [
{
- "bounds": [800, 600],
+ "bounds": [785, 5056],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
- "position": [8, 8],
- "bounds": [100, 100],
- "contentsOpaque": true,
+ "position": [8, 28],
+ "bounds": [769, 2122],
"drawsContent": true,
"backfaceVisibility": "hidden",
- "backgroundColor": "#008000"
+ "repaintRects": [
+ [10, 1572, 150, 550]
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698