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

Unified Diff: LayoutTests/mhtml/page-with-img-src-error.html

Issue 177243005: [SavePage] Do not save images with errors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding Test files Created 6 years, 10 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 | « no previous file | LayoutTests/mhtml/page-with-img-src-error-saved.mht » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/mhtml/page-with-img-src-error.html
diff --git a/LayoutTests/mhtml/page-with-img-src-error.html b/LayoutTests/mhtml/page-with-img-src-error.html
new file mode 100644
index 0000000000000000000000000000000000000000..5a8f0b25db42f7225f62cc58b7ad4904f9961169
--- /dev/null
+++ b/LayoutTests/mhtml/page-with-img-src-error.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>
+Save Page issue
+</title>
+</head>
+<body style="background-image:url('http://www.djfolio.com/blog/wp-content/themes/wp/images/heading2.png');">
abarth-chromium 2014/02/28 06:18:05 Please don't use live web pages in tests. Instead
+<p>
+Test for save page image error issue.
+</p>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/mhtml/page-with-img-src-error-saved.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698