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

Unified 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, 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/tables/layering/paint-test-layering-1.html
diff --git a/LayoutTests/tables/layering/paint-test-layering-1.html b/LayoutTests/tables/layering/paint-test-layering-1.html
index fb0d67d1f43c137cca5af80c6308ff0b8b88df5a..9b0f99f7916193d1d771cc6db101cfb9e0aa38c8 100644
--- a/LayoutTests/tables/layering/paint-test-layering-1.html
+++ b/LayoutTests/tables/layering/paint-test-layering-1.html
@@ -3,16 +3,16 @@
<title>Table Repaint Test</title>
</head>
-<script type="text/javascript">
-<!--
+<script type="text/javascript">
+<!--
function Setup() {
setTimeout('RepaintBug()', 10);
if (window.testRunner)
testRunner.waitUntilDone();
}
- function RepaintBug() {
- var div1 = document.getElementById("bug2");
- div1.style.color = 'green';
+ function RepaintBug() {
+ var div1 = document.getElementById("bug2");
+ div1.style.color = 'green';
if (window.testRunner)
testRunner.notifyDone();
}
« 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