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

Side by Side Diff: LayoutTests/fast/table/rules-attr-dynchange1.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Table rules attr</title> 3 <title>Table rules attr</title>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 function runTest() 5 function runTest()
6 { 6 {
7 document.getElementById('myTable').rules="rows" 7 document.getElementById('myTable').rules="rows"
8 document.getElementById('myTable').rules="cols" 8 document.getElementById('myTable').rules="cols"
9 } 9 }
10 </script> 10 </script>
(...skipping 13 matching lines...) Expand all
24 <td>Row3 cell1</td> 24 <td>Row3 cell1</td>
25 <td>Row3 cell2</td> 25 <td>Row3 cell2</td>
26 </tr> 26 </tr>
27 </table> 27 </table>
28 28
29 <p> The rules attribute is first set dynamically to rows, then to cols, so the t able should show only column borders. Bug 14848. 29 <p> The rules attribute is first set dynamically to rows, then to cols, so the t able should show only column borders. Bug 14848.
30 </p> 30 </p>
31 31
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/relative-position-stacking.html ('k') | LayoutTests/fast/table/rules-attr-dynchange2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698