Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2294)

Unified Diff: content/test/data/accessibility/html/table-spans.html

Issue 956803003: Update test result after crrev.com/914233002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/table-spans.html
diff --git a/content/test/data/accessibility/html/table-spans.html b/content/test/data/accessibility/html/table-spans.html
index 87d664979b819f45ccc9946bf92d92df89a086c4..91fc4c0d6bc05fea037a5262698da326c68db677 100644
--- a/content/test/data/accessibility/html/table-spans.html
+++ b/content/test/data/accessibility/html/table-spans.html
@@ -19,6 +19,16 @@
<td colspan="2">EF</td>
</tr>
</table>
+<table border=1>
+ <tr>
+ <td rowspan="2">AD</td>
+ <td colspan="2">BC</td>
+ </tr>
+ <tr>
+ <td>EF</td>
+ <td>GH</td>
+ </tr>
+</table>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698