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

Unified Diff: LayoutTests/fast/repaint/padding-margin-expected.txt

Issue 340323002: Don't force full invalidation on padding or margin change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Based on https://codereview.chromium.org/350043003/ 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/repaint/padding-margin-expected.txt
diff --git a/LayoutTests/fast/repaint/padding-margin-expected.txt b/LayoutTests/fast/repaint/padding-margin-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..205227ead98a00b51c9c3858e8e194b371449aa9
--- /dev/null
+++ b/LayoutTests/fast/repaint/padding-margin-expected.txt
@@ -0,0 +1,33 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [300, 150, 40, 140],
+ [220, 470, 60, 60],
+ [220, 320, 60, 60],
+ [220, 320, 60, 60],
+ [220, 170, 100, 100],
+ [220, 20, 100, 100],
+ [220, 20, 100, 100],
+ [200, 450, 100, 100],
+ [200, 300, 100, 100],
+ [200, 300, 100, 100],
+ [200, 250, 140, 40],
+ [200, 150, 100, 100],
+ [200, 0, 100, 100],
+ [200, 0, 100, 100],
+ [100, 150, 40, 140],
+ [20, 320, 60, 60],
+ [20, 20, 100, 100],
+ [0, 300, 100, 100],
+ [0, 250, 140, 40],
+ [0, 0, 100, 100]
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698