Title: [216192] trunk/LayoutTests
Revision
216192
Author
s...@apple.com
Date
2017-05-04 10:44:44 -0700 (Thu, 04 May 2017)

Log Message

Unreviewed: Replace Windows line ending (CRLF) by Unix line ending (CR).

* compositing/video/video-with-invalid-source.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (216191 => 216192)


--- trunk/LayoutTests/ChangeLog	2017-05-04 17:19:24 UTC (rev 216191)
+++ trunk/LayoutTests/ChangeLog	2017-05-04 17:44:44 UTC (rev 216192)
@@ -1,3 +1,9 @@
+2017-05-04  Said Abou-Hallawa  <sabouhall...@apple.com>
+
+        Unreviewed: Replace Windows line ending (CRLF) by Unix line ending (CR).
+
+        * compositing/video/video-with-invalid-source.html:
+
 2017-05-04  Ryan Haddad  <ryanhad...@apple.com>
 
         Skip media/modern-media-controls/pip-support/pip-support-click.html on mac-wk1.

Modified: trunk/LayoutTests/compositing/video/video-with-invalid-source.html (216191 => 216192)


--- trunk/LayoutTests/compositing/video/video-with-invalid-source.html	2017-05-04 17:19:24 UTC (rev 216191)
+++ trunk/LayoutTests/compositing/video/video-with-invalid-source.html	2017-05-04 17:44:44 UTC (rev 216192)
@@ -1,25 +1,25 @@
-<!DOCTYPE html>
-<script>
-if (window.testRunner) {
-    testRunner.waitUntilDone();
-    testRunner.dumpAsText();
-}
-
-function test() {
-    var v = document.createElement("video");
-    document.body.appendChild(v);
-    var src = ""
-    src.src = ""
-    v.appendChild(src);
-    src.addEventListener("error", function() {
-       if (window.testRunner) {
-            testRunner.display();
-            // If we didn't crash here, yay!  Test is a success
-            document.body.appendChild(document.createTextNode("PASS"));
-            testRunner.notifyDone();
-        }
-    }, false);
-}
-</script>
-<body _onload_="test()">
-</body>
+<!DOCTYPE html>
+<script>
+if (window.testRunner) {
+    testRunner.waitUntilDone();
+    testRunner.dumpAsText();
+}
+
+function test() {
+    var v = document.createElement("video");
+    document.body.appendChild(v);
+    var src = ""
+    src.src = ""
+    v.appendChild(src);
+    src.addEventListener("error", function() {
+        if (window.testRunner) {
+            testRunner.display();
+            // If we didn't crash here, yay!  Test is a success
+            document.body.appendChild(document.createTextNode("PASS"));
+            testRunner.notifyDone();
+        }
+    }, false);
+}
+</script>
+<body _onload_="test()">
+</body>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to