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

Unified Diff: LayoutTests/fast/repaint/outline-add-repaint-expected.txt

Issue 561303002: Style changes to visual overflow do not require a layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 2 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/outline-add-repaint-expected.txt
diff --git a/LayoutTests/platform/android/svg/custom/animate-target-id-changed-expected.txt b/LayoutTests/fast/repaint/outline-add-repaint-expected.txt
similarity index 59%
copy from LayoutTests/platform/android/svg/custom/animate-target-id-changed-expected.txt
copy to LayoutTests/fast/repaint/outline-add-repaint-expected.txt
index d0382cf334f2d869cf4ef9bed950adfe0e2bc825..fa339e65df384774abb914fdaf531b566455e26b 100644
--- a/LayoutTests/platform/android/svg/custom/animate-target-id-changed-expected.txt
+++ b/LayoutTests/fast/repaint/outline-add-repaint-expected.txt
@@ -6,8 +6,12 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [0, 0, 800, 100],
+ [0, 0, 800, 100],
[0, 0, 100, 100],
- [0, 0, 100, 100]
+ [-10, -10, 810, 120],
+ [-10, -10, 810, 120],
+ [-10, -10, 120, 120]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698