4 crbug.com/
269946: This test passes if there are two green squares with the same sizes.
<br/>
5 <img id=
"image1" width=
"100px" height=
"100px">
6 <img id=
"image2" width=
"100px" height=
"100px">
9 var greenSquare
= 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiPg0KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJncmVlbiIvPg0KPC9zdmc+DQo=';
10 document
.getElementById('image1').src
= greenSquare
;
11 document
.getElementById('image2').src
= greenSquare
;