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

Unified Diff: LayoutTests/fast/repaint/resize-with-border-expected.txt

Issue 312193004: Don't force full repaint on size change in style (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/resize-with-border-expected.txt
diff --git a/LayoutTests/fast/repaint/resize-with-border-expected.txt b/LayoutTests/fast/repaint/resize-with-border-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e442c689e884bf0d84af08dc8d39722a1f7a2b46
--- /dev/null
+++ b/LayoutTests/fast/repaint/resize-with-border-expected.txt
@@ -0,0 +1,42 @@
+(GraphicsLayer
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (repaint rects
+ (rect 0.00 0.00 420.00 220.00)
+ (rect 0.00 0.00 220.00 220.00)
+ )
+ )
+ )
+)
+
+Minimum repaint (based on pixel dump):
+[
+ [
+ 220,
+ 0,
+ 200,
+ 10
+ ],
+ [
+ 210,
+ 10,
+ 10,
+ 200
+ ],
+ [
+ 410,
+ 10,
+ 10,
+ 200
+ ],
+ [
+ 220,
+ 210,
+ 200,
+ 10
+ ]
+]

Powered by Google App Engine
This is Rietveld 408576698