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

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: Test case is modified, and slight change, review needed 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..99941dec496ba80123d7c11a2c52007cfbdc2e6e
--- /dev/null
+++ b/LayoutTests/fast/images/image-change-src-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<head>
+</head>
+<body>
+<span>Test to check for image update when source is changed/cleared</span><br>
+<img src="resources/green.jpg">
+<img alt="1">
spartha 2013/07/30 15:50:29 Changed the expected result to match the new test
+<img alt="2">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698