Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <head> | |
| 3 </head> | |
| 4 <body> | |
| 5 <span>Test to check for image update when source is changed/cleared</span><br> | |
| 6 <img src="resources/green.jpg"> | |
| 7 <img alt="1"> | |
|
spartha
2013/07/30 15:50:29
Changed the expected result to match the new test
| |
| 8 <img alt="2"> | |
| 9 </body> | |
| 10 </html> | |
| OLD | NEW |