repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
invalid
/
nestedh3s.html
blob
6d86bda9e0d311fa54a8eeabd6b9bcb2f8c749fe
1
<html>
2
<head>
3
<style>
4
h3 { border:
2
px solid red; padding:
2
px; }
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>