Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html lang=ru> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta charset=windows-1251> |
michael@0 | 5 | <title>Testcase, bug 645072</title> |
michael@0 | 6 | </head> |
michael@0 | 7 | <body> |
michael@0 | 8 | <table cellspacing=0 cellpadding=0 border=0> |
michael@0 | 9 | <tr valign=top><td>Размытые,зеленые,но­<wbr> классные)<br>­<wbr><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAABpJREFUWMPtwQEBAAAAgiD/r25IQAEAAADvBhAgAAGX91fXAAAAAElFTkSuQmCC" alt="">­<wbr> |
michael@0 | 10 | </table> |
michael@0 | 11 | <script> |
michael@0 | 12 | // simulate image loading |
michael@0 | 13 | document.body.offsetWidth; |
michael@0 | 14 | document.getElementsByTagName("img")[0].style.width = "604px"; |
michael@0 | 15 | document.getElementsByTagName("img")[0].style.height = "405px"; |
michael@0 | 16 | </script> |