summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/idvalue/html/idvalue2html.html
blob: 44197abbd989feff19633f91904bfa70f597a7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
 <head>
  <meta charset=utf-8> 
  <title>Id Value</title>  
  <link href="idvalue2htmlrules.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>
  <b id="crashtext">This computer is now crashing GOODBYE!!</b>
 </p>
</body>
</html>