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

Unified Diff: LayoutTests/fast/repaint/box-sizing-expected.txt

Issue 399173005: Incrementally invalidate boxes with borders if possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/fast/repaint/box-sizing-expected.txt
diff --git a/LayoutTests/fast/repaint/box-sizing-expected.txt b/LayoutTests/fast/repaint/box-sizing-expected.txt
index 82990dbbad0ea7ae05e886d0898ed7ec7b1138be..ecb600b2ffc3eecbe8275f3248772e1bc7593acf 100644
--- a/LayoutTests/fast/repaint/box-sizing-expected.txt
+++ b/LayoutTests/fast/repaint/box-sizing-expected.txt
@@ -6,10 +6,14 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 200, 440, 140],
- [0, 200, 400, 100],
- [0, 0, 440, 140],
- [0, 0, 400, 100]
+ [400, 200, 40, 140],
+ [400, 0, 40, 140],
+ [380, 200, 60, 140],
+ [380, 0, 60, 140],
+ [0, 300, 440, 40],
+ [0, 280, 440, 60],
+ [0, 100, 440, 40],
+ [0, 80, 440, 60]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698