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

Unified Diff: LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1287413002: Fix paint invalidation rect tracking within composited scrolling layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
diff --git a/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt b/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
index ccfbc3beba9a8c643e9295d7df7a589bb466c916..80132aa53c2bf0b6bfcfa5ef07164ccbb35361a6 100644
--- a/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
+++ b/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
@@ -11,8 +11,7 @@
"bounds": [200, 200],
"drawsContent": true,
"repaintRects": [
- [0, 0, 185, 200],
- [0, -1000, 185, 200]
+ [0, 0, 185, 200]
],
"paintInvalidationClients": [
"LayoutBlockFlow DIV id='indicator'"
@@ -25,8 +24,7 @@
"bounds": [185, 1200],
"drawsContent": true,
"repaintRects": [
- [0, 0, 185, 200],
- [0, -1000, 185, 200]
+ [0, 0, 185, 200]
],
"paintInvalidationClients": [
"LayoutBlockFlow DIV id='indicator'"

Powered by Google App Engine
This is Rietveld 408576698