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

Side by Side Diff: LayoutTests/tables/layering/paint-test-layering-1.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations 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 Repaint Test</title> 3 <title>Table Repaint Test</title>
4 4
5 </head> 5 </head>
6 <script type="text/javascript"> 6 <script type="text/javascript">
7 <!-- 7 <!--
8 function Setup() { 8 function Setup() {
9 setTimeout('RepaintBug()', 10); 9 setTimeout('RepaintBug()', 10);
10 if (window.testRunner) 10 if (window.testRunner)
(...skipping 25 matching lines...) Expand all
36 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> 36 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
37 <td rowspan="2" colspan="2" align="right" valign="bottom" style="backgroun d-color:blue;"><div id="bug2">&nbsp;&nbsp;&nbsp;FAIL&nbsp;&nbsp;</div></td> 37 <td rowspan="2" colspan="2" align="right" valign="bottom" style="backgroun d-color:blue;"><div id="bug2">&nbsp;&nbsp;&nbsp;FAIL&nbsp;&nbsp;</div></td>
38 </tr> 38 </tr>
39 <tr> 39 <tr>
40 <td colspan="3" align="right" style="background-color:green;"><div id="bug 3">&nbsp;&nbsp;</div></td> 40 <td colspan="3" align="right" style="background-color:green;"><div id="bug 3">&nbsp;&nbsp;</div></td>
41 </tr> 41 </tr>
42 </tbody> 42 </tbody>
43 </table> 43 </table>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/zoom/page/resources/tux.svg ('k') | LayoutTests/tables/layering/paint-test-layering-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698