tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / platform / qt / fast / forms / button-line-break.html
1 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=50521">Bug 50521</a>
2 tests whether or not HTML line breaks such as &lt;br&gt; are honored.
3 The tests here will only pass if
4 <div>All of the buttons below should show the same two lines:</div>
5 <div><button>Test<br>button</button></div>
6 <div><button>Test<br>
7 button</button></div>
8
9 <div><button><b>Test<br>Button</b></button></div>
10 <div><button><b>Test<br>
11 Button</b></button></div>