Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <html> |
michael@0 | 2 | <head> |
michael@0 | 3 | <title>Testcase bug - Select drop down button doesn't update its position in this case when document widens</title> |
michael@0 | 4 | </head> |
michael@0 | 5 | <body onload="test()"> |
michael@0 | 6 | The dropwdown button should be on the right of the select<br> |
michael@0 | 7 | |
michael@0 | 8 | <iframe src="data:text/html;charset=utf-8,%3Chtml%3E%3Chead%3E%0A%3Cstyle%3E%0Aselect%0A%7B%0A%20%20HEIGHT%3A%20100px%3B%0A%20%20WIDTH%3A%20100%25%3B%20%0A%7D%0A%3C/style%3E%0A%3C/head%3E%0A%3Cbody%3E%0A%3Cselect%3E%3Coption%20value%3D%222%22%3Etext%3C/option%3E%3C/select%3E%20%20%20%20%20%20%20%20%0A%3C/body%3E%0A%3C/html%3E" style="width: 400px;"> |
michael@0 | 9 | </iframe> |
michael@0 | 10 | <script> |
michael@0 | 11 | function test() { |
michael@0 | 12 | document.getElementsByTagName('iframe')[0].style.width = '400px'; |
michael@0 | 13 | } |
michael@0 | 14 | </script> |
michael@0 | 15 | </body> |
michael@0 | 16 | </html> |