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

Unified Diff: LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt

Issue 403593005: Clear scrollbar damages in time (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: s/enclosingLayer/hasLayer|layer/ Created 6 years, 5 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/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt
diff --git a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt b/LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt
similarity index 53%
copy from LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
copy to LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt
index e8a2893de6168684d8f4f9d379c362e1669e3232..3c2bb0905e6bef3f1db1d0c295ea19d4fe9da422 100644
--- a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
+++ b/LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt
@@ -1,13 +1,13 @@
{
- "bounds": [800, 600],
+ "bounds": [1000, 600],
"children": [
{
- "bounds": [800, 600],
+ "bounds": [1000, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 0, 314, 307],
- [1, 0, 314, 307]
+ [109, 29, 101, 201],
+ [9, 214, 185, 15]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698