summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/idvalue/html/idvalue1html.html
blob: 85ce27f1dbf26443a96072dff461739ce172ef37 (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>Id Value</title>  
  <link href="idvalue1htmlrules.xml" rel="its-rules">
</head>
<body>
 <p id="settingsMissing">
  <b id="text">Can't find settings file.</b>
  <var id="desc">The module cannot find the default settings file.
     You need to re-initialize the system.</var>
 </p>
</body>
</html>