Changeset 169050 in webkit


Ignore:
Timestamp:
May 19, 2014 10:50:49 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Script include paths for js-test-pre.js and js-test-post.js were incorrect.
https://bugs.webkit.org/show_bug.cgi?id=133072

Patch by Jono Wells <jonowells@apple.com> on 2014-05-19
Reviewed by Andy Estes.

  • http/tests/navigation/forward-to-fragment-fires-onload.html: Fixed script includes.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r169048 r169050  
     12014-05-19  Jono Wells  <jonowells@apple.com>
     2
     3        Script include paths for js-test-pre.js and js-test-post.js were incorrect.
     4        https://bugs.webkit.org/show_bug.cgi?id=133072
     5
     6        Reviewed by Andy Estes.
     7
     8        * http/tests/navigation/forward-to-fragment-fires-onload.html: Fixed script includes.
     9
    1102014-05-19  Zalan Bujtas  <zalan@apple.com>
    211
  • trunk/LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html

    r99258 r169050  
    22<html>
    33<head>
    4   <script src="../../js-test-resources/js-test-pre.js"></script>
     4<script src="../../../resources/js-test-pre.js"></script>
    55</head>
    66<body>
     
    3636</script>
    3737
    38 <script src="../../js-test-resources/js-test-post.js"></script>
     38<script src="../../../resources/js-test-post.js"></script>
    3939</body>
    4040</html>
Note: See TracChangeset for help on using the changeset viewer.