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

Unified Diff: LayoutTests/images-temp/size-failure.html

Issue 1190113002: CL to help triage fast/images/size-failure.html crash on XP (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/images-temp/size-failure.html
diff --git a/LayoutTests/fast/images/size-failure.html b/LayoutTests/images-temp/size-failure.html
similarity index 86%
copy from LayoutTests/fast/images/size-failure.html
copy to LayoutTests/images-temp/size-failure.html
index 6985ebc6d71eb3b8701e31554e9f133844e61ed0..fcb7eac768200bc72a83e2f77af54f80e73475e9 100644
--- a/LayoutTests/fast/images/size-failure.html
+++ b/LayoutTests/images-temp/size-failure.html
@@ -10,7 +10,7 @@
<!-- This previously tried to read the size of the image when
ImageDecoder::m_failed was true, triggering either an assert or a
read of random memory. Thanks to Robert Swiecki for the test case. -->
- <img src="resources/size-failure.gif">
+ <img src="../fast/images/resources/size-failure.gif">
<p>PASS</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698