diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/xhtml/elements/table/202-novalid.xhtml')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/xhtml/elements/table/202-novalid.xhtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/elements/table/202-novalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/elements/table/202-novalid.xhtml new file mode 100644 index 000000000..45df2d36b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/xhtml/elements/table/202-novalid.xhtml @@ -0,0 +1,11 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Non-Conforming HTML table (Cell 5 overlaps cell 2)</title> +</head> +<body> +<table> +<tr><td>1</td><td rowspan="2">2</td><td>3</td><td>4</td></tr> +<tr><td colspan="2">5</td></tr> +</table> +</body> +</html>
\ No newline at end of file |