[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / font-weight-bold-for-b-and-strong.html
1 <!doctype html>
2 <html>
3 <body>
4 <p style="font-weight: 100"><b>Should be bold per HTML5.</b></p>
5 <p style="font-weight: 100"><b><b>Should be equally bold. </b></b></p>
6 <p style="font-weight: 100"><strong>Should be bold per HTML5.</strong></p>
7 <p style="font-weight: 100"><strong><strong>Should be equally bold.</strong></strong></p>
8 <p id="description">The HTML5 spec says that b and strong should render as font-weight: bold, 
9 not font-weight: bolder. The text above should all render with the same 
10 boldness.</p>
11 </body>
12 </html>