summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/localefilter/html/locale1html.html
blob: 1ba304557e109184653fa10f1b65ce8c708dbd37 (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>