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

Side by Side Diff: Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html

Issue 13602008: Remove non-chromium code from TestWebKitAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <table>
4 <tbody>
5 <tr>
6 <td id="cell-1-1">1-1</td>
7 <td id="cell-1-2">1-2</td>
8 </tr>
9 <tr>
10 <td id="cell-2-1">2-1</td>
11 <td id="cell-2-2">2-2</td>
12 </tr>
13 </tbody>
14 <thead>
15 <tr>
16 <th id="cell-h-1">h-1</th>
17 <th id="cell-h-2">h-2</th>
18 </tr>
19 </thead>
20 <tbody>
21 <tr>
22 <td id="cell-3-1">3-1</td>
23 <td id="cell-3-2">3-2</td>
24 </tr>
25 <tr>
26 <td id="cell-4-1">4-1</td>
27 <td id="cell-4-2">4-2</td>
28 </tr>
29 </tbody>
30 </body>
OLDNEW
« no previous file with comments | « Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellCellAbove.mm ('k') | Tools/TestWebKitAPI/Tests/mac/DOMNodeFromJSObject.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698