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

Unified Diff: LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt

Issue 458373003: Full invalidate <img> on resize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline fast/repaint/list-marker-2.html 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/percent-size-image-resize-container-expected.txt
diff --git a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt b/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt
similarity index 62%
copy from LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
copy to LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt
index 367c01b80decff06f765647b5bcac371e9068793..9e8ced5214526721baf2080e37b6ab0eed3e392a 100644
--- a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
+++ b/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt
@@ -6,7 +6,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 0, 314, 307]
+ [100, 50, 50, 150],
+ [0, 200, 100, 50],
+ [0, 50, 150, 150],
+ [0, 50, 100, 200]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698