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

Unified Diff: LayoutTests/fast/images/image-change-src-expected.html

Issue 20473002: Update RenderImage when the image src is cleared (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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/images/image-change-src-expected.html
diff --git a/LayoutTests/fast/images/image-change-src-expected.html b/LayoutTests/fast/images/image-change-src-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3186a9acf6cedff618361ec75ac3cc11b50149df
--- /dev/null
+++ b/LayoutTests/fast/images/image-change-src-expected.html
@@ -0,0 +1,8 @@
+<html>
esprehn 2013/07/29 18:52:37 Need <!DOCTYPE html> unless you specifically wante
spartha 2013/07/30 01:36:19 Done.
+<head>
+</head>
+<body>
+<span>Test to check for image update when source is changed/cleared</span><br>
+<img src="resources/green.jpg">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698