Changeset 155285 in webkit


Ignore:
Timestamp:
Sep 7, 2013 10:47:54 PM (11 years ago)
Author:
mark.lam@apple.com
Message:

Change LayoutTests' t* files to use pre and post js files in LayoutTests/resources.
https://bugs.webkit.org/show_bug.cgi?id=120899.

Rubber stamped by Filip Pizlo.

  • touchadjustment/big-div.html:
  • touchadjustment/block-testing.html:
  • touchadjustment/context-menu-select-text.html:
  • touchadjustment/context-menu-shadow-node.html:
  • touchadjustment/context-menu-text-subtargets.html:
  • touchadjustment/context-menu.html:
  • touchadjustment/disabled-formelements.html:
  • touchadjustment/editable-content.html:
  • touchadjustment/event-triggered-widgets.html:
  • touchadjustment/html-label.html:
  • touchadjustment/iframe.html:
  • touchadjustment/nested-shadow-node.html:
  • touchadjustment/nested-touch.html:
  • touchadjustment/plugin.html:
  • touchadjustment/rotated-node.html:
  • touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html:
  • touchadjustment/scroll-offset.html:
  • touchadjustment/search-cancel.html:
  • touchadjustment/small-target-test.html:
  • touchadjustment/touch-inlines.html:
  • touchadjustment/touch-links-active.html:
  • touchadjustment/touch-links-longpress.html:
  • touchadjustment/touch-links-two-finger-tap.html:
  • touchadjustment/zoom-basic.html:
  • touchadjustment/zoom-fatfinger.html:
  • transforms/2d/computed-style-origin.html:
  • transforms/2d/transform-value-types.html:
  • transforms/cssmatrix-2d-interface.xhtml:
  • transforms/cssmatrix-3d-interface.xhtml:
  • transitions/transition-end-event-create.html:
  • transitions/transition-end-event-prefixed-01.html:
  • transitions/transition-end-event-prefixed-02.html:
  • transitions/transition-end-event-prefixed-03.html:
  • transitions/transitions-parsing.html:
  • traversal/acid3-test-2.html:
  • traversal/exception-forwarding.html:
  • traversal/script-tests/TEMPLATE.html:
Location:
trunk/LayoutTests
Files:
38 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r155284 r155285  
     12013-09-07  Mark Lam  <mark.lam@apple.com>
     2
     3        Change LayoutTests' t* files to use pre and post js files in LayoutTests/resources.
     4        https://bugs.webkit.org/show_bug.cgi?id=120899.
     5
     6        Rubber stamped by Filip Pizlo.
     7
     8        * touchadjustment/big-div.html:
     9        * touchadjustment/block-testing.html:
     10        * touchadjustment/context-menu-select-text.html:
     11        * touchadjustment/context-menu-shadow-node.html:
     12        * touchadjustment/context-menu-text-subtargets.html:
     13        * touchadjustment/context-menu.html:
     14        * touchadjustment/disabled-formelements.html:
     15        * touchadjustment/editable-content.html:
     16        * touchadjustment/event-triggered-widgets.html:
     17        * touchadjustment/html-label.html:
     18        * touchadjustment/iframe.html:
     19        * touchadjustment/nested-shadow-node.html:
     20        * touchadjustment/nested-touch.html:
     21        * touchadjustment/plugin.html:
     22        * touchadjustment/rotated-node.html:
     23        * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html:
     24        * touchadjustment/scroll-offset.html:
     25        * touchadjustment/search-cancel.html:
     26        * touchadjustment/small-target-test.html:
     27        * touchadjustment/touch-inlines.html:
     28        * touchadjustment/touch-links-active.html:
     29        * touchadjustment/touch-links-longpress.html:
     30        * touchadjustment/touch-links-two-finger-tap.html:
     31        * touchadjustment/zoom-basic.html:
     32        * touchadjustment/zoom-fatfinger.html:
     33        * transforms/2d/computed-style-origin.html:
     34        * transforms/2d/transform-value-types.html:
     35        * transforms/cssmatrix-2d-interface.xhtml:
     36        * transforms/cssmatrix-3d-interface.xhtml:
     37        * transitions/transition-end-event-create.html:
     38        * transitions/transition-end-event-prefixed-01.html:
     39        * transitions/transition-end-event-prefixed-02.html:
     40        * transitions/transition-end-event-prefixed-03.html:
     41        * transitions/transitions-parsing.html:
     42        * traversal/acid3-test-2.html:
     43        * traversal/exception-forwarding.html:
     44        * traversal/script-tests/TEMPLATE.html:
     45
    1462013-09-07  Mark Lam  <mark.lam@apple.com>
    247
  • trunk/LayoutTests/touchadjustment/big-div.html

    r124351 r155285  
    33<head>
    44    <title>Touch Adjustment : Too aggresive adjustments for large elements - bug 91262</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    8484    runTests();
    8585</script>
    86 <script src="../fast/js/resources/js-test-post.js"></script>
     86<script src="../resources/js-test-post.js"></script>
    8787</body>
    8888</html>
  • trunk/LayoutTests/touchadjustment/block-testing.html

    r124351 r155285  
    33<head>
    44    <title>Touch Adjustment: bug 82044</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    4444        runTests();
    4545    </script>
    46     <script src="../fast/js/resources/js-test-post.js"></script>
     46    <script src="../resources/js-test-post.js"></script>
    4747</body>
    4848</html>
  • trunk/LayoutTests/touchadjustment/context-menu-select-text.html

    r126284 r155285  
    33<head>
    44    <title>Touch Adjustment : Adjust context-menu to selectable text - bug 94101</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    5858</script>
    5959
    60 <script src="../fast/js/resources/js-test-post.js"></script>
     60<script src="../resources/js-test-post.js"></script>
    6161
    6262</body>
  • trunk/LayoutTests/touchadjustment/context-menu-shadow-node.html

    r128222 r155285  
    33<head>
    44    <title>Touch Adjustment : Handle long press on a shadow DOM element - bug 96313</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    5353    runTests();
    5454</script>
    55 <script src="../fast/js/resources/js-test-post.js"></script>
     55<script src="../resources/js-test-post.js"></script>
    5656</body>
    5757</html>
  • trunk/LayoutTests/touchadjustment/context-menu-text-subtargets.html

    r126284 r155285  
    33<head>
    44    <title>Touch Adjustment : Adjust context-menu to text-node subtargets - bug 94449</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    8080</script>
    8181
    82 <script src="../fast/js/resources/js-test-post.js"></script>
     82<script src="../resources/js-test-post.js"></script>
    8383
    8484</body>
  • trunk/LayoutTests/touchadjustment/context-menu.html

    r126006 r155285  
    33<head>
    44    <title>Touch Adjustment : Adjust to context menu providers - bug 94101</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    8888</script>
    8989
    90 <script src="../fast/js/resources/js-test-post.js"></script>
     90<script src="../resources/js-test-post.js"></script>
    9191
    9292</body>
  • trunk/LayoutTests/touchadjustment/disabled-formelements.html

    r124351 r155285  
    33<head>
    44    <title>Touch Adjustment : Disabled form elements - bug 92093</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style type="text/css">
     
    7171</script>
    7272
    73 <script src="../fast/js/resources/js-test-post.js"></script>
     73<script src="../resources/js-test-post.js"></script>
    7474
    7575</body>
  • trunk/LayoutTests/touchadjustment/editable-content.html

    r132488 r155285  
    33<head>
    44    <title>Touch Adjustment : content editable div - bug 97576</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    103103    runTests();
    104104</script>
    105 <script src="../fast/js/resources/js-test-post.js"></script>
     105<script src="../resources/js-test-post.js"></script>
    106106</body>
    107107</html>
  • trunk/LayoutTests/touchadjustment/event-triggered-widgets.html

    r136001 r155285  
    33<head>
    44    <title>Touch Adjustment : Event triggered widgets - bug 78801</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    154154    runTests();
    155155</script>
    156 <script src="../fast/js/resources/js-test-post.js"></script>
     156<script src="../resources/js-test-post.js"></script>
    157157</body>
    158158</html>
  • trunk/LayoutTests/touchadjustment/html-label.html

    r133636 r155285  
    33<head>
    44    <title>Touch Adjustment : HTML Label and form fields - bug 78801</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    8585    runTests();
    8686</script>
    87 <script src="../fast/js/resources/js-test-post.js"></script>
     87<script src="../resources/js-test-post.js"></script>
    8888</body>
    8989</html>
  • trunk/LayoutTests/touchadjustment/iframe.html

    r124351 r155285  
    33<head>
    44    <title>Touch Adjustment : Correct for frame positions - bug 82043</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <style>
    77        #myframe { position: absolute; left: 200px; top: 100px; width: 400px; height: 300px;}
     
    4848    jsTestIsAsync = true;
    4949</script>
    50 <script src="../fast/js/resources/js-test-post.js"></script>
     50<script src="../resources/js-test-post.js"></script>
    5151</body>
    5252</html>
  • trunk/LayoutTests/touchadjustment/nested-shadow-node.html

    r133312 r155285  
    33<head>
    44    <title>Touch Adjustment : Touch adjustment does not target shadow DOM elements - bug 89556</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <style>
    77        #targetDiv {
     
    100100    runTests();
    101101</script>
    102 <script src="../fast/js/resources/js-test-post.js"></script>
     102<script src="../resources/js-test-post.js"></script>
    103103</body>
    104104</html>
  • trunk/LayoutTests/touchadjustment/nested-touch.html

    r133636 r155285  
    33<head>
    44    <title>Touch Adjustment : Prefer deepest event handler - bug 78801</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    9191    runTests();
    9292</script>
    93 <script src="../fast/js/resources/js-test-post.js"></script>
     93<script src="../resources/js-test-post.js"></script>
    9494</body>
    9595</html>
  • trunk/LayoutTests/touchadjustment/plugin.html

    r132509 r155285  
    33<head>
    44    <title>Touch Adjustment : Plugin boundary - bug ????</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    8989    runTests();
    9090</script>
    91 <script src="../fast/js/resources/js-test-post.js"></script>
     91<script src="../resources/js-test-post.js"></script>
    9292</body>
    9393</html>
  • trunk/LayoutTests/touchadjustment/rotated-node.html

    r133312 r155285  
    33<head>
    44    <title>Test touch adjustment to a non-rectilinear element.</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    106106    runTests();
    107107</script>
    108 <script src="../fast/js/resources/js-test-post.js"></script>
     108<script src="../resources/js-test-post.js"></script>
    109109
    110110</body>
  • trunk/LayoutTests/touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html

    r120516 r155285  
    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    <style>
    55        #scrolloffsetcontainer {
  • trunk/LayoutTests/touchadjustment/scroll-offset.html

    r124351 r155285  
    33<head>
    44    <title>Touch Adjustment : Adjust correctly for scroll offset - bug 86205</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    8282</script>
    8383
    84 <script src="../fast/js/resources/js-test-post.js"></script>
     84<script src="../resources/js-test-post.js"></script>
    8585
    8686</body>
  • trunk/LayoutTests/touchadjustment/search-cancel.html

    r124351 r155285  
    33<head>
    44    <title>Touch Adjustment : Shadow DOM Element Search Cancel Button - bug 91894</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    118118    runTests();
    119119</script>
    120 <script src="../fast/js/resources/js-test-post.js"></script>
     120<script src="../resources/js-test-post.js"></script>
    121121</body>
    122122</html>
  • trunk/LayoutTests/touchadjustment/small-target-test.html

    r124351 r155285  
    33<head>
    44<title>Touch Adjustment : Improved targetting for small controls - bug 92293</title>
    5 <script src="../fast/js/resources/js-test-pre.js"></script>
     5<script src="../resources/js-test-pre.js"></script>
    66<script src="resources/touchadjustment.js"></script>
    77
     
    153153    runTests();
    154154</script>
    155 <script src="../fast/js/resources/js-test-post.js"></script>
     155<script src="../resources/js-test-post.js"></script>
    156156</body>
    157157</html>
  • trunk/LayoutTests/touchadjustment/touch-inlines.html

    r124351 r155285  
    33<head>
    44    <title>Touch Adjustment : Inlines and line-breaks - bug 78801</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    7373    runTests();
    7474</script>
    75 <script src="../fast/js/resources/js-test-post.js"></script>
     75<script src="../resources/js-test-post.js"></script>
    7676</body>
    7777</html>
  • trunk/LayoutTests/touchadjustment/touch-links-active.html

    r132929 r155285  
    33<head>
    44    <title>Touch Adjustment : Testing that active will be set on a tapDown - bug 96677</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    127127    runTests();
    128128</script>
    129 <script src="../fast/js/resources/js-test-post.js"></script>
     129<script src="../resources/js-test-post.js"></script>
    130130</body>
    131131</html>
  • trunk/LayoutTests/touchadjustment/touch-links-longpress.html

    r146300 r155285  
    33<head>
    44    <title>Touch Adjustment : Testing that a drag/drop will start on a long press - bug 92914</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    9999    runTests();
    100100</script>
    101 <script src="../fast/js/resources/js-test-post.js"></script>
     101<script src="../resources/js-test-post.js"></script>
    102102</body>
    103103</html>
  • trunk/LayoutTests/touchadjustment/touch-links-two-finger-tap.html

    r133082 r155285  
    33<head>
    44    <title>Touch Adjustment : Testing that a context menu will appear on a two-finger tap - bug 99947</title>
    5     <script src="../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../resources/js-test-pre.js"></script>
    66    <script src="resources/touchadjustment.js"></script>
    77    <style>
     
    9898    runTests();
    9999</script>
    100 <script src="../fast/js/resources/js-test-post.js"></script>
     100<script src="../resources/js-test-post.js"></script>
    101101</body>
    102102</html>
  • trunk/LayoutTests/touchadjustment/zoom-basic.html

    r120516 r155285  
    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    <style>
    55        #div0 { position: absolute; left: 50px; top: 50px; width: 300px; height: 300px; box-sizing: border-box; }
  • trunk/LayoutTests/touchadjustment/zoom-fatfinger.html

    r130668 r155285  
    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    <style>
    55        #div1 { position: absolute; left: 100px; top: 100px; width: 200px; height: 20px; }
  • trunk/LayoutTests/transforms/2d/computed-style-origin.html

    r133029 r155285  
    5959
    6060</style>
    61 <script src="../../fast/js/resources/js-test-pre.js"></script>
     61<script src="../../resources/js-test-pre.js"></script>
    6262</head>
    6363<body>
     
    104104
    105105</script>
    106 <script src="../../fast/js/resources/js-test-post.js"></script>
     106<script src="../../resources/js-test-post.js"></script>
    107107</body>
    108108</html>
  • trunk/LayoutTests/transforms/2d/transform-value-types.html

    r99258 r155285  
    22<html>
    33<head>
    4 <script src="../../fast/js/resources/js-test-pre.js"></script>
     4<script src="../../resources/js-test-pre.js"></script>
    55<style id="style" media="screen">
    66.non-existent-class {
     
    9797 
    9898</script>
    99 <script src="../../fast/js/resources/js-test-post.js"></script>
     99<script src="../../resources/js-test-post.js"></script>
    100100</body>
    101101</html>
  • trunk/LayoutTests/transforms/cssmatrix-2d-interface.xhtml

    r99258 r155285  
    11<html xmlns="http://www.w3.org/1999/xhtml">
    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>
     
    287287
    288288</script>
    289 <script src="../fast/js/resources/js-test-post.js"></script>
     289<script src="../resources/js-test-post.js"></script>
    290290
    291291<script>
  • trunk/LayoutTests/transforms/cssmatrix-3d-interface.xhtml

    r99258 r155285  
    11<html xmlns="http://www.w3.org/1999/xhtml">
    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>
     
    445445
    446446</script>
    447 <script src="../fast/js/resources/js-test-post.js"></script>
     447<script src="../resources/js-test-post.js"></script>
    448448
    449449<script>
  • trunk/LayoutTests/transitions/transition-end-event-create.html

    r99258 r155285  
    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>
     
    3636
    3737</script>
    38 <script src="../fast/js/resources/js-test-post.js"></script>
     38<script src="../resources/js-test-post.js"></script>
    3939</body>
    4040</html>
  • trunk/LayoutTests/transitions/transition-end-event-prefixed-01.html

    r150239 r155285  
    1616    </style>
    1717    <script src="transition-end-event-helpers.js"></script>
    18     <script src="../fast/js/resources/js-test-pre.js"></script>
     18    <script src="../resources/js-test-pre.js"></script>
    1919    <script type="text/javascript">
    2020    function runAnimation() {
     
    7070    box.addEventListener('webkitTransitionEnd', innerTransitionEndEvent, false);
    7171</script>
    72 <script src="../fast/js/resources/js-test-post.js"></script>
     72<script src="../resources/js-test-post.js"></script>
    7373</body>
    7474</html>
  • trunk/LayoutTests/transitions/transition-end-event-prefixed-02.html

    r150239 r155285  
    1616    </style>
    1717    <script src="transition-end-event-helpers.js"></script>
    18     <script src="../fast/js/resources/js-test-pre.js"></script>
     18    <script src="../resources/js-test-pre.js"></script>
    1919    <script type="text/javascript">
    2020    function runAnimation() {
     
    5252    box.addEventListener('webkitTransitionEnd', transitionEndEvent, false);
    5353</script>
    54 <script src="../fast/js/resources/js-test-post.js"></script>
     54<script src="../resources/js-test-post.js"></script>
    5555</body>
    5656</html>
  • trunk/LayoutTests/transitions/transition-end-event-prefixed-03.html

    r150239 r155285  
    1616    </style>
    1717    <script src="transition-end-event-helpers.js"></script>
    18     <script src="../fast/js/resources/js-test-pre.js"></script>
     18    <script src="../resources/js-test-pre.js"></script>
    1919    <script type="text/javascript">
    2020    function runAnimation() {
     
    7171    box.addEventListener('webkitTransitionEnd', innerTransitionEndEvent, false);
    7272</script>
    73 <script src="../fast/js/resources/js-test-post.js"></script>
     73<script src="../resources/js-test-post.js"></script>
    7474</body>
    7575</html>
  • trunk/LayoutTests/transitions/transitions-parsing.html

    r144644 r155285  
    22<html>
    33<head>
    4 <script src="../fast/js/resources/js-test-pre.js"></script>
     4<script src="../resources/js-test-pre.js"></script>
    55</head>
    66<body>
     
    733733document.body.removeChild(testContainer);
    734734</script>
    735 <script src="../fast/js/resources/js-test-post.js"></script>
     735<script src="../resources/js-test-post.js"></script>
    736736</body>
    737737</html>
  • trunk/LayoutTests/traversal/acid3-test-2.html

    r99220 r155285  
    22<html>
    33<head>
    4 <script src="../fast/js/resources/js-test-pre.js"></script>
     4<script src="../resources/js-test-pre.js"></script>
    55</head>
    66<body>
     
    88<div id="console"></div>
    99<script src="script-tests/acid3-test-2.js"></script>
    10 <script src="../fast/js/resources/js-test-post.js"></script>
     10<script src="../resources/js-test-post.js"></script>
    1111</body>
    1212</html>
  • trunk/LayoutTests/traversal/exception-forwarding.html

    r99220 r155285  
    22<html>
    33<head>
    4 <script src="../fast/js/resources/js-test-pre.js"></script>
     4<script src="../resources/js-test-pre.js"></script>
    55</head>
    66<body>
    77<script src="script-tests/exception-forwarding.js"></script>
    8 <script src="../fast/js/resources/js-test-post.js"></script>
     8<script src="../resources/js-test-post.js"></script>
    99</body>
    1010</html>
  • trunk/LayoutTests/traversal/script-tests/TEMPLATE.html

    r99220 r155285  
    22<html>
    33<head>
    4 <script src="../fast/js/resources/js-test-pre.js"></script>
     4<script src="../resources/js-test-pre.js"></script>
    55</head>
    66<body>
     
    88<div id="console"></div>
    99<script src="YOUR_JS_FILE_HERE"></script>
    10 <script src="../fast/js/resources/js-test-post.js"></script>
     10<script src="../resources/js-test-post.js"></script>
    1111</body>
    1212</html>
Note: See TracChangeset for help on using the changeset viewer.