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

Unified Diff: LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt

Issue 353403006: Consider subpixel accumulation when invalidating paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also squashing path Created 6 years, 6 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/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
diff --git a/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt b/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
index 64a949c2e09ad13e5199129ea7737eb53a78f73f..b00c50d8ff83bc9b55b0d45399a4c42bcd49b6ed 100644
--- a/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
+++ b/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
@@ -12,8 +12,8 @@
"bounds": [100, 50],
"drawsContent": true,
"repaintRects": [
- [13, 0, 12, 12],
- [11, 0, 12, 12]
+ [12, 0, 12, 12],
+ [10, 0, 12, 12]
]
}
]
@@ -78,8 +78,8 @@
"bounds": [100, 50],
"drawsContent": true,
"repaintRects": [
- [13, 0, 12, 12],
- [11, 0, 12, 12]
+ [12, 0, 12, 12],
+ [10, 0, 12, 12]
]
}
]
@@ -100,8 +100,8 @@
"bounds": [100, 50],
"drawsContent": true,
"repaintRects": [
- [12, 0, 12, 12],
- [10, 0, 12, 12]
+ [13, 0, 12, 12],
+ [11, 0, 12, 12]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698