Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / invalid / nestedh3s.html
1 <html>
2 <head>
3 <style>
4 h3 { border: 2px solid red; padding: 2px; }
5 </style>
6 </head>
7 <body>
8 In this sample, the H3s should be nested. This matches Firefox, IE, and the HTML5 spec.
9
10 <h3><i>One<h3><i>Two<h3><i>Three<h3><i>Four</i></h3></i></h3></i></h3></i></h3>