summaryrefslogtreecommitdiff
path: root/test/html/manual/title-dup.html
blob: eaae117cc72e7dc1dbe9d4c6ced3b80bbd6b3115 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <title>one</title>
    <title>two</title>
  </head>
  <body>
    <p>Duplicated title</p>
  </body>
</html>