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

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

Issue 348493003: Don't force full invalidation on box-sizing change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test expectation 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
« no previous file with comments | « LayoutTests/fast/repaint/box-sizing.html ('k') | Source/core/rendering/style/RenderStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/box-sizing-expected.txt
diff --git a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt b/LayoutTests/fast/repaint/box-sizing-expected.txt
similarity index 62%
copy from LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt
copy to LayoutTests/fast/repaint/box-sizing-expected.txt
index 2b09e774e4799fff34613473155c2ecea9a469de..f0d3229bb3c79670194231064695430be145a5c9 100644
--- a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt
+++ b/LayoutTests/fast/repaint/box-sizing-expected.txt
@@ -6,8 +6,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 50, 314, 200],
- [1, 50, 314, 200]
+ [400, 0, 40, 140],
+ [380, 0, 20, 140],
+ [0, 100, 440, 40],
+ [0, 80, 440, 20]
]
}
]
« no previous file with comments | « LayoutTests/fast/repaint/box-sizing.html ('k') | Source/core/rendering/style/RenderStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698