Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / invalid / nestedh3s.html
blob6d86bda9e0d311fa54a8eeabd6b9bcb2f8c749fe
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.
10 <h3><i>One<h3><i>Two<h3><i>Three<h3><i>Four</i></h3></i></h3></i></h3></i></h3>