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

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

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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 </head> 4 </head>
5 <script type="text/javascript"> 5 <script type="text/javascript">
6 <!-- 6 <!--
7 function Setup() { 7 function Setup() {
8 setTimeout('RepaintBug()', 10); 8 setTimeout('RepaintBug()', 10);
9 if (window.testRunner) 9 if (window.testRunner)
10 testRunner.waitUntilDone(); 10 testRunner.waitUntilDone();
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 <tr> 58 <tr>
59 <td colspan="4" align="right" style="background-color: green;"> 59 <td colspan="4" align="right" style="background-color: green;">
60 <div id="bug2"> 60 <div id="bug2">
61 FAIL&nbsp; 61 FAIL&nbsp;
62 </div> 62 </div>
63 </td> 63 </td>
64 </tr> 64 </tr>
65 </table> 65 </table>
66 </body> 66 </body>
67 </html> 67 </html>
OLDNEW
« no previous file with comments | « LayoutTests/tables/layering/paint-test-layering-1.html ('k') | LayoutTests/tables/mozilla/bugs/bug119786.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698