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

Unified Diff: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt

Issue 460883002: Non-composited scrolling div should invalidate when it has descendant paints to its backing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 6 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: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
index 6625bf97f25106382af8a60827ca8cb195327ace..c8f9145631964dce96bdbbff31e2be135db91aa9 100644
--- a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
@@ -70,7 +70,6 @@ CASE 2, scrolling y to 80, new layers will be squashed, so things repaint:
"drawsContent": true,
"backgroundColor": "#00FFFF",
"repaintRects": [
- [0, 0, 200, 100],
[0, 0, 200, 100]
]
},
@@ -158,7 +157,6 @@ CASE 4, scrolling y to 170 new layers will be squashed, so things repaint:
"drawsContent": true,
"backgroundColor": "#00FF00",
"repaintRects": [
- [0, 0, 200, 100],
[0, 0, 200, 100]
]
},

Powered by Google App Engine
This is Rietveld 408576698