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

Side by Side Diff: third_party/WebKit/LayoutTests/html/tabular_data/table_insertrow.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 <script> 3 <script>
4 function print(message) 4 function print(message)
5 { 5 {
6 var paragraph = document.createElement("li"); 6 var paragraph = document.createElement("li");
7 paragraph.appendChild(document.createTextNode(message)); 7 paragraph.appendChild(document.createTextNode(message));
8 document.getElementById("console").appendChild(paragraph); 8 document.getElementById("console").appendChild(paragraph);
9 } 9 }
10 function isInCollection(collection, item) { 10 function isInCollection(collection, item) {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 <tr> 72 <tr>
73 <td valign="middle" nowrap style="border-bottom: 2px #999999 solid" width="100%"><font face="arial, sans-serif" size="-2"><a href="http://www.ostg. com" title="OSTG - The Open Source Technology Group" style="text-decoration:none "><font face="verdana" color="#001670">&nbsp;<b>OSTG</b></font></a>&nbsp;|&nbsp; <a href="http://sf.net" style="text-decoration: none">SourceForge</a> -&nbsp;<a href="http://thinkgeek.com" style="text-decoration: none">ThinkGeek</a> -&nbsp;< a href="http://slashdot.org/relocate.pl?id=12076d9d1d102290bbd8d6c328d9352d" sty le="text-decoration: none">ITMJ</a> -&nbsp;<a href="http://linux.com" style="te xt-decoration: none">Linux.com</a> -&nbsp;<a href="http://newsforge.com" style=" text-decoration: none">NewsForge</a> -&nbsp;<a href="http://freshmeat.net" style ="text-decoration: none">freshmeat</a> -&nbsp;<a href="http://newsletters.ostg.c om" style="text-decoration: none">Newsletters</a> -&nbsp;<a href="http://slashdo t.org/relocate.pl?id=0bd85aa57f4ab88f2d01c33b548b693c" style="text-decoration: n one">Jobs</a> -&nbsp;<a href="http://slashdot.org/relocate.pl?id=776713765547209 fc2c05a83454efda2" style="text-decoration: none">Broadband</a> -&nbsp;<a href="h ttp://slashdot.org/relocate.pl?id=237ae3c6bbb4992f4144befc67856103" style="text- decoration: none">Whitepapers</a></font></td><td valign="middle" style="display: hidden; border-bottom: 2px solid #999999" nowrap><b><A HREF="//slashdot.org/user s.pl?op=savemiscopts&amp;opt_osdn_navbar=0" style="text-decoration: none;"><font size="-2" face="verdana" color="#666666">&nbsp;X&nbsp;</font></a></b> 73 <td valign="middle" nowrap style="border-bottom: 2px #999999 solid" width="100%"><font face="arial, sans-serif" size="-2"><a href="http://www.ostg. com" title="OSTG - The Open Source Technology Group" style="text-decoration:none "><font face="verdana" color="#001670">&nbsp;<b>OSTG</b></font></a>&nbsp;|&nbsp; <a href="http://sf.net" style="text-decoration: none">SourceForge</a> -&nbsp;<a href="http://thinkgeek.com" style="text-decoration: none">ThinkGeek</a> -&nbsp;< a href="http://slashdot.org/relocate.pl?id=12076d9d1d102290bbd8d6c328d9352d" sty le="text-decoration: none">ITMJ</a> -&nbsp;<a href="http://linux.com" style="te xt-decoration: none">Linux.com</a> -&nbsp;<a href="http://newsforge.com" style=" text-decoration: none">NewsForge</a> -&nbsp;<a href="http://freshmeat.net" style ="text-decoration: none">freshmeat</a> -&nbsp;<a href="http://newsletters.ostg.c om" style="text-decoration: none">Newsletters</a> -&nbsp;<a href="http://slashdo t.org/relocate.pl?id=0bd85aa57f4ab88f2d01c33b548b693c" style="text-decoration: n one">Jobs</a> -&nbsp;<a href="http://slashdot.org/relocate.pl?id=776713765547209 fc2c05a83454efda2" style="text-decoration: none">Broadband</a> -&nbsp;<a href="h ttp://slashdot.org/relocate.pl?id=237ae3c6bbb4992f4144befc67856103" style="text- decoration: none">Whitepapers</a></font></td><td valign="middle" style="display: hidden; border-bottom: 2px solid #999999" nowrap><b><A HREF="//slashdot.org/user s.pl?op=savemiscopts&amp;opt_osdn_navbar=0" style="text-decoration: none;"><font size="-2" face="verdana" color="#666666">&nbsp;X&nbsp;</font></a></b>
74 </td> 74 </td>
75 </tr> 75 </tr>
76 </table> 76 </table>
77 77
78 <hr> 78 <hr>
79 <ol id="console"></ol> 79 <ol id="console"></ol>
80 </body> 80 </body>
81 </html> 81 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698