summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/replaced/replaced-breaking.html
blob: 2553a0a3573dd127311aa0811b0b2f0fa1d53e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<style>
    embed, iframe, img { border: 1px solid black; width: 25px; height: 25px; }
</style>
</head>
<body>
    <div style="width: 30px; border: 1px solid red;">
        <input type="text"><input type="text">
        <img><img>
        <input type="button" value="input"><input type="button" value="input">
        <button>button</button><button>button</button>
        <select><option>select</option></select><select><option>select</option></select>
        <select size="3"><option>select</option></select><select size="3"><option>select</option></select>
        <input type="checkbox"><input type="checkbox">
        <input type="radio"><input type="radio">
        <iframe></iframe><iframe></iframe>
        <embed type="application/x-blink-test-plugin"></embed><embed type="application/x-blink-test-plugin"></embed>
    </div>
</body>
</html>