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

Unified Diff: LayoutTests/platform/mac/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1289383002: Auto-rebaseline for r200567 (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/mac/compositing/overflow/updating-scrolling-content-expected.txt
diff --git a/LayoutTests/platform/mac/compositing/overflow/updating-scrolling-content-expected.txt b/LayoutTests/platform/mac/compositing/overflow/updating-scrolling-content-expected.txt
index 9cedae57bd880b305c44b8175e99caf1c66b2815..3b2493a4a1acbb30361d5bbc15a4c2dc869331cb 100644
--- a/LayoutTests/platform/mac/compositing/overflow/updating-scrolling-content-expected.txt
+++ b/LayoutTests/platform/mac/compositing/overflow/updating-scrolling-content-expected.txt
@@ -11,8 +11,10 @@
"bounds": [200, 200],
"drawsContent": true,
"repaintRects": [
- [0, 0, 185, 200],
- [0, -1000, 185, 200]
+ [0, 0, 185, 200]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='indicator'"
],
"children": [
{
@@ -22,8 +24,10 @@
"bounds": [185, 1200],
"drawsContent": true,
"repaintRects": [
- [0, 0, 185, 200],
- [0, -1000, 185, 200]
+ [0, 0, 185, 200]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='indicator'"
],
"children": [
{

Powered by Google App Engine
This is Rietveld 408576698