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

Unified Diff: LayoutTests/scrollbars/scrollable-iframe-remove-crash.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/scrollbars/scrollable-iframe-remove-crash.html
diff --git a/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html b/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html
index 7d8177851b9003d33e1296745239788f03439fe8..7f886c82499c5c0478bf9ed6da67ebbdaabc74cf 100644
--- a/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html
+++ b/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html
@@ -1,27 +1,27 @@
-<html>
-<script>
-if (window.testRunner)
-{
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
-function scrollEventFired()
-{
- document.getElementById('console').innerHTML = "Scrolled by JavaScript scrollTo(): PASS";
-
- if (window.testRunner)
- testRunner.notifyDone();
-}
-
-function runTest()
-{
- window.frames[0].onscroll = scrollEventFired;
- window.frames[0].scrollTo(0, 50);
-}
-</script>
-<junk id="console">
-<iframe onload="runTest();" src="resources/scrollable-iframe.html">
-</junk>
-</html>
-
+<html>
+<script>
+if (window.testRunner)
+{
+ testRunner.dumpAsText();
+ testRunner.waitUntilDone();
+}
+
+function scrollEventFired()
+{
+ document.getElementById('console').innerHTML = "Scrolled by JavaScript scrollTo(): PASS";
+
+ if (window.testRunner)
+ testRunner.notifyDone();
+}
+
+function runTest()
+{
+ window.frames[0].onscroll = scrollEventFired;
+ window.frames[0].scrollTo(0, 50);
+}
+</script>
+<junk id="console">
+<iframe onload="runTest();" src="resources/scrollable-iframe.html">
+</junk>
+</html>
+
« no previous file with comments | « LayoutTests/plugins/iframe-shims.html ('k') | LayoutTests/scrollbars/scrollbar-part-created-with-no-parent-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698