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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/tables/layering/paint-test-layering-2.html
diff --git a/LayoutTests/tables/layering/paint-test-layering-2.html b/LayoutTests/tables/layering/paint-test-layering-2.html
index 6a56a6329211a9a774c2668813a78ae6e4c2ba2e..87a7f28ece428015527b12f1e5fe15220995eeec 100644
--- a/LayoutTests/tables/layering/paint-test-layering-2.html
+++ b/LayoutTests/tables/layering/paint-test-layering-2.html
@@ -1,22 +1,22 @@
-<html>
-<head>
-<title>Table Repaint Test</title>
-</head>
-<script type="text/javascript">
-<!--
+<html>
+<head>
+<title>Table Repaint Test</title>
+</head>
+<script type="text/javascript">
+<!--
function Setup() {
setTimeout('RepaintBug()', 10);
if (window.testRunner)
testRunner.waitUntilDone();
}
- function RepaintBug() {
+ function RepaintBug() {
var div2 = document.getElementById("bug2");
- div2.style.color = 'green';
+ div2.style.color = 'green';
if (window.testRunner)
testRunner.notifyDone();
- }
-//-->
-</script>
+ }
+//-->
+</script>
<body onLoad="Setup()">
<p>
This test checks the renderer's ability to layer multiple cells in a table on top of one another. This test has three cells that span multiple table grid slots. The <span style="color: red; font-weight: bold;">red</span> cell starts at row 1 and column 4 and spans four rows. The <span style="color: blue; font-weight: bold;">blue</span> cell starts at row 2, and column 1, and spans four columns. The <span style="color: green; font-weight: bold;">green</span> cell spans 4 columns of row 4.
@@ -24,44 +24,44 @@
<p>
If the test succeeds then you should see no text inside the table. If you see the text 'FAIL' inside the table, then the test has failed.
</p>
- <table border="1">
- <tr>
- <td>
- &nbsp;&nbsp;&nbsp;&nbsp;
- </td>
- <td>
- &nbsp;&nbsp;&nbsp;&nbsp;
- </td>
- <td>
- &nbsp;&nbsp;&nbsp;&nbsp;
- </td>
- <td rowspan="4" style="background-color: red;">
- <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
- </td>
- </tr>
- <tr>
- <td colspan="4" style="background-color: blue;" align="right">
- <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
- </td>
- </tr>
- <tr>
- <td>
+ <table border="1">
+ <tr>
+ <td>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ </td>
+ <td>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ </td>
+ <td>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ </td>
+ <td rowspan="4" style="background-color: red;">
+ <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" style="background-color: blue;" align="right">
+ <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
+ </td>
+ </tr>
+ <tr>
+ <td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- </td>
- <td>
+ </td>
+ <td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- </td>
- <td>
+ </td>
+ <td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- </td>
- </tr>
- <tr>
- <td colspan="4" align="right" style="background-color: green;">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" align="right" style="background-color: green;">
<div id="bug2">
FAIL&nbsp;
- </div>
- </td>
- </tr>
- </table>
-</body>
-</html>
+ </div>
+ </td>
+ </tr>
+ </table>
+</body>
+</html>
« 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