diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/br/model-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/br/model-isvalid.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/br/model-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/br/model-isvalid.html new file mode 100644 index 000000000..cdde875d6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/br/model-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title><br></title> +</head> +<body> + <!-- is structured inline --> + <p>text <br class="class" lang="en"></p> + + <!-- is strictly inline --> + <p>text <dfn><br class="class" lang="en"></dfn></p> + + <!-- must be empty --> +</body> +</html> |