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

Side by Side Diff: third_party/WebKit/LayoutTests/html/tabular_data/table_createcaption.html

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (Closed)
Patch Set: Created 3 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>createCaption() test</title> 3 <title>createCaption() test</title>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 5
6 function captionfruit() { 6 function captionfruit() {
7 var x = document.getElementById('fruitTable').createCaption() 7 var x = document.getElementById('fruitTable').createCaption()
8 x.innerHTML="<b>Fruity</b>" 8 x.innerHTML="<b>Fruity</b>"
9 } 9 }
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </tr> 58 </tr>
59 <tr> 59 <tr>
60 <td>Cucumber</td> 60 <td>Cucumber</td>
61 <td>Green</td> 61 <td>Green</td>
62 </tr> 62 </tr>
63 </table> 63 </table>
64 64
65 </body> 65 </body>
66 </html> 66 </html>
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698