Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / replaced-breaking.html
1 <html>\r
2 <head>\r
3 <style>\r
4     embed, iframe, img { border: 1px solid black; width: 25px; height: 25px; }\r
5 </style>\r
6 </head>\r
7 <body>\r
8     <div style="width: 30px; border: 1px solid red;">\r
9         <input type="text"><input type="text">\r
10         <img><img>\r
11         <input type="button" value="input"><input type="button" value="input">\r
12         <button>button</button><button>button</button>\r
13         <select><option>select</option></select><select><option>select</option></select>\r
14         <select size="3"><option>select</option></select><select size="3"><option>select</option></select>\r
15         <input type="checkbox"><input type="checkbox">\r
16         <input type="radio"><input type="radio">\r
17         <iframe></iframe><iframe></iframe>\r
18         <embed></embed><embed></embed>\r
19     </div>\r
20 </body>\r
21 </html>\r