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