summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/images/image-change-src-expected.html
blob: 99941dec496ba80123d7c11a2c52007cfbdc2e6e (plain)
1
2
3
4
5
6
7
8
9
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">
<img alt="2">
</body>
</html>