summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4html.html
blob: 9b25c07f26b4e4d193c458f0b355ebbd51c5a1b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
 <html>
  <head>
   <meta charset=utf-8>
   <title>EXAMPLE</title>
   <link href="locnote4htmlrules.xml" rel="its-rules">
  </head>
  <body>
   <p id="FileNotFound" title="Comments.html#FileNotFound">
    <span>Cannot find the file {0}.</span>
   </p>
   <p id="DivByZero" title="Comments.html#DivByZero">
    <span>Invalid parameter.</span>
   </p>
  </body>
 </html>