summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/localefilter/html/locale1html.html
blob: 72f9604045df8c2371a6e75dd1c9bed108537dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
 <head>
  <meta charset=utf-8> 
  <title>Locale filter</title>
  <link href="locale1htmlrules.xml" rel="its-rules"/>
 </head>  
 <body> 
 <div id="Canada">
   <p>This legal notice is only for Canadian locales.</p>
  </div>
 </body>
</html>