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

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

Issue 543953003: Adding DumpAccessibilityTree Tests (8 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/table-simple.html
diff --git a/content/test/data/accessibility/table-simple.html b/content/test/data/accessibility/table-simple.html
index 9bfbbf8be37efb476423cb68d75742527d9147a6..72e2b4df98d3c12d425f1572e419634744bc986e 100644
--- a/content/test/data/accessibility/table-simple.html
+++ b/content/test/data/accessibility/table-simple.html
@@ -12,14 +12,16 @@
<table border=1>
<tr>
- <td>A</td>
- <td>B</td>
- <td>C</td>
+ <th>Pair</th>
+ <th>Single</th>
</tr>
<tr>
+ <td>AB</td>
+ <td>B</td>
+ </tr>
+ <tr>
+ <td>CD</td>
<td>D</td>
- <td>E</td>
- <td>F</td>
</tr>
</table>

Powered by Google App Engine
This is Rietveld 408576698