summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/languageinformation/html/languageinfo1html.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-its/languageinformation/html/languageinfo1html.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-its/languageinformation/html/languageinfo1html.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/languageinformation/html/languageinfo1html.html b/testing/web-platform/tests/conformance-checkers/html-its/languageinformation/html/languageinfo1html.html
new file mode 100644
index 0000000000..3e1b981ee9
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-its/languageinformation/html/languageinfo1html.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+ <html lang="en">
+ <head>
+ <meta charset=utf-8>
+ <link href="languageinfo1htmlrules.xml" rel="its-rules">
+ <title>EXAMPLE</title>
+ </head>
+ <body>
+ <p>The motto of Québec is:
+ <q lang="fr-CA">Je me souviens</q>
+ .</p>
+ <p>La devise du Québec est :
+ <q lang="fr-CA">Je me souviens</q>
+ .</p>
+ </body>
+ </html>