summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/table/integrity/vertical-novalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/table/integrity/vertical-novalid.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/table/integrity/vertical-novalid.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/table/integrity/vertical-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/table/integrity/vertical-novalid.html
new file mode 100644
index 0000000000..4228b583e0
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/table/integrity/vertical-novalid.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<meta charset=utf-8>
+<title>VerticalCellComparator.compare bug</title>
+<table>
+<tr>
+ <td></td>
+ <td rowspan="3"></td>
+ <td rowspan="3">cell1</td>
+</tr>
+<tr>
+ <td colspan="2"></td>
+ <td rowspan="2">cell0</td>
+</tr>
+</table> \ No newline at end of file