diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/pre/model-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/pre/model-isvalid.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/pre/model-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/pre/model-isvalid.html new file mode 100644 index 000000000..99d1a75be --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/pre/model-isvalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title><pre></title> +</head> +<body> + <!-- is block --> + <pre class="class" id="id" lang="en">text</pre> + + <!-- can contain interactive --> + <pre><a>text</a></pre> + + <!-- can contain strictly inline --> + <pre>text <em>elem</em></pre> +</body> +</html> |