Title: [93583] trunk/LayoutTests
Revision
93583
Author
[email protected]
Date
2011-08-23 01:50:59 -0700 (Tue, 23 Aug 2011)

Log Message

Unreviewed gardening. Remove Windows style new lines from the test introduced in r93521.

* fast/loader/document-destruction-within-unload-expected.txt:
* fast/loader/document-destruction-within-unload.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93582 => 93583)


--- trunk/LayoutTests/ChangeLog	2011-08-23 08:43:18 UTC (rev 93582)
+++ trunk/LayoutTests/ChangeLog	2011-08-23 08:50:59 UTC (rev 93583)
@@ -1,5 +1,12 @@
 2011-08-23  Csaba Osztrogonác  <[email protected]>
 
+        Unreviewed gardening. Remove Windows style new lines from the test introduced in r93521.
+
+        * fast/loader/document-destruction-within-unload-expected.txt:
+        * fast/loader/document-destruction-within-unload.html:
+
+2011-08-23  Csaba Osztrogonác  <[email protected]>
+
         [WK2] Unreviewed gardening.
 
         * platform/wk2/Skipped: Skip fast/frames/focus-controller-crash-change-event.html, because eventSender.keyDown is unimplemented.

Modified: trunk/LayoutTests/fast/loader/document-destruction-within-unload-expected.txt (93582 => 93583)


--- trunk/LayoutTests/fast/loader/document-destruction-within-unload-expected.txt	2011-08-23 08:43:18 UTC (rev 93582)
+++ trunk/LayoutTests/fast/loader/document-destruction-within-unload-expected.txt	2011-08-23 08:50:59 UTC (rev 93583)
@@ -1,2 +1,2 @@
-
-For the test to pass there should be no crash.
+
+For the test to pass there should be no crash.

Modified: trunk/LayoutTests/fast/loader/document-destruction-within-unload.html (93582 => 93583)


--- trunk/LayoutTests/fast/loader/document-destruction-within-unload.html	2011-08-23 08:43:18 UTC (rev 93582)
+++ trunk/LayoutTests/fast/loader/document-destruction-within-unload.html	2011-08-23 08:50:59 UTC (rev 93583)
@@ -1,17 +1,17 @@
-<html>
-<body>
-<script>
-if (window.layoutTestController) {
-    layoutTestController.dumpAsText();
-    layoutTestController.waitUntilDone();
-}
-
-function done() {
-    if (window.layoutTestController)
-        layoutTestController.notifyDone();
-}
-</script>
-<iframe src=""
-<p>For the test to pass there should be no crash.</p>
-</body>
-</html>
+<html>
+<body>
+<script>
+if (window.layoutTestController) {
+    layoutTestController.dumpAsText();
+    layoutTestController.waitUntilDone();
+}
+
+function done() {
+    if (window.layoutTestController)
+        layoutTestController.notifyDone();
+}
+</script>
+<iframe src=""
+<p>For the test to pass there should be no crash.</p>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to