Title: [163408] branches/safari-537.74-branch/LayoutTests
Revision
163408
Author
[email protected]
Date
2014-02-04 15:33:40 -0800 (Tue, 04 Feb 2014)

Log Message

Fix src path for js-test-*.js

Unreviewed.

* fast/css/pending-image-crash.xhtml:
* js/array-splice-with-holes.html:
* platform/mac/accessibility/text-marker-for-bounds.html:

Modified Paths

Diff

Modified: branches/safari-537.74-branch/LayoutTests/ChangeLog (163407 => 163408)


--- branches/safari-537.74-branch/LayoutTests/ChangeLog	2014-02-04 23:31:54 UTC (rev 163407)
+++ branches/safari-537.74-branch/LayoutTests/ChangeLog	2014-02-04 23:33:40 UTC (rev 163408)
@@ -1,3 +1,13 @@
+2014-02-04  Zalan Bujtas  <[email protected]>
+
+        Fix src path for js-test-*.js
+
+        Unreviewed.
+
+        * fast/css/pending-image-crash.xhtml:
+        * js/array-splice-with-holes.html:
+        * platform/mac/accessibility/text-marker-for-bounds.html:
+
 2014-01-22  Matthew Hanson  <[email protected]>
 
         Merge r158676: <rdar://problem/15886062>

Modified: branches/safari-537.74-branch/LayoutTests/fast/css/pending-image-crash.xhtml (163407 => 163408)


--- branches/safari-537.74-branch/LayoutTests/fast/css/pending-image-crash.xhtml	2014-02-04 23:31:54 UTC (rev 163407)
+++ branches/safari-537.74-branch/LayoutTests/fast/css/pending-image-crash.xhtml	2014-02-04 23:33:40 UTC (rev 163408)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head id="head">
-<script src=""
+<script src=""
 <script>
 window.jsTestIsAsync = true;
 var count = 0;
@@ -19,6 +19,6 @@
     }, 36);
 }
 </script>
-<script src=""
+<script src=""
 </head>
 </html>

Modified: branches/safari-537.74-branch/LayoutTests/js/array-splice-with-holes.html (163407 => 163408)


--- branches/safari-537.74-branch/LayoutTests/js/array-splice-with-holes.html	2014-02-04 23:31:54 UTC (rev 163407)
+++ branches/safari-537.74-branch/LayoutTests/js/array-splice-with-holes.html	2014-02-04 23:33:40 UTC (rev 163408)
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<script src=""
+<script src=""
 </head>
 <body>
 <script src=""
-<script src=""
+<script src=""
 </body>
 </html>

Modified: branches/safari-537.74-branch/LayoutTests/platform/mac/accessibility/text-marker-for-bounds.html (163407 => 163408)


--- branches/safari-537.74-branch/LayoutTests/platform/mac/accessibility/text-marker-for-bounds.html	2014-02-04 23:31:54 UTC (rev 163407)
+++ branches/safari-537.74-branch/LayoutTests/platform/mac/accessibility/text-marker-for-bounds.html	2014-02-04 23:33:40 UTC (rev 163408)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-<script src=""
+<script src=""
 <title>Text Marker for Bounds</title>
 </head>
 <body>
@@ -28,6 +28,6 @@
     }
 </script>
 
-<script src=""
+<script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to