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

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

Issue 350043003: Add more cases of box-sizing change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/box-sizing-expected.txt
diff --git a/LayoutTests/fast/repaint/box-sizing-expected.txt b/LayoutTests/fast/repaint/box-sizing-expected.txt
index f0d3229bb3c79670194231064695430be145a5c9..2c55a4ceb6070e7dd011138979f759c8c2650296 100644
--- a/LayoutTests/fast/repaint/box-sizing-expected.txt
+++ b/LayoutTests/fast/repaint/box-sizing-expected.txt
@@ -6,8 +6,12 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [400, 200, 40, 140],
[400, 0, 40, 140],
+ [380, 200, 20, 140],
[380, 0, 20, 140],
+ [0, 300, 440, 40],
+ [0, 280, 440, 20],
[0, 100, 440, 40],
[0, 80, 440, 20]
]

Powered by Google App Engine
This is Rietveld 408576698