Changeset 155445 in webkit


Ignore:
Timestamp:
Sep 10, 2013 7:54:25 AM (11 years ago)
Author:
mario@webkit.org
Message:

Unreviewed. Updated paths for JS resources in test after r155411.

  • accessibility/paragraph-with-linebreaks.html: Use ../resources/js-test-pre.js

instead of ../fast/js/resources/js-test-pre.js.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r155444 r155445  
     12013-09-10  Mario Sanchez Prada  <mario.prada@samsung.com>
     2
     3        Unreviewed. Updated paths for JS resources in test after r155411.
     4
     5        * accessibility/paragraph-with-linebreaks.html: Use ../resources/js-test-pre.js
     6        instead of ../fast/js/resources/js-test-pre.js.
     7
    182013-09-10  Krzysztof Czech  <k.czech@samsung.com>
    29
  • trunk/LayoutTests/accessibility/paragraph-with-linebreaks.html

    r155428 r155445  
    11<html>
    22<head>
    3 <script src="../fast/js/resources/js-test-pre.js"></script>
     3<script src="../resources/js-test-pre.js"></script>
    44</head>
    55<body>
     
    4343</script>
    4444
    45 <script src="../fast/js/resources/js-test-post.js"></script>
     45<script src="../resources/js-test-post.js"></script>
    4646
    4747</body>
Note: See TracChangeset for help on using the changeset viewer.