Changeset 155275 in webkit


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

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

Rubber stamped by Filip Pizlo.

  • canvas/philip/tests/2d.composite.globalComposite.html:
  • compositing/repaint/shrink-layer.html:
  • css1/units/rounding.html:
  • css3/calc/color-hsl.html:
  • css3/calc/color-rgb.html:
  • css3/calc/font-size-fractional.html:
  • css3/calc/font-size.html:
  • css3/calc/font.html:
  • css3/calc/getComputedStyle-margin-percentage.html:
  • css3/calc/line-height.html:
  • css3/calc/margin.html:
  • css3/calc/table-border-spacing.html:
  • css3/calc/table-calcs.html:
  • css3/calc/zoom-with-em.html:
  • css3/compositing/background-blend-mode-property-parsing.html:
  • css3/compositing/background-blend-mode-property.html:
  • css3/compositing/blend-mode-property-parsing-invalid.html:
  • css3/compositing/blend-mode-property-parsing.html:
  • css3/compositing/blend-mode-property.html:
  • css3/compositing/should-have-compositing-layer.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html:
  • css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html:
  • css3/filters/custom/custom-filter-crash-inline-computed-style.html:
  • css3/filters/custom/custom-filter-mix-bindings.html:
  • css3/filters/custom/custom-filter-property-computed-style.html:
  • css3/filters/custom/custom-filter-property-parsing-invalid.html:
  • css3/filters/custom/custom-filter-property-parsing.html:
  • css3/filters/custom/effect-custom-disabled.html:
  • css3/filters/effect-reference-delete-crash.html:
  • css3/filters/effect-reference-reset-style-delete-crash.html:
  • css3/filters/filter-property-computed-style.html:
  • css3/filters/filter-property-parsing-invalid.html:
  • css3/filters/filter-property-parsing.html:
  • css3/filters/filter-property.html:
  • css3/filters/script-tests/TEMPLATE.html:
  • css3/filters/should-not-have-compositing-layer.html:
  • css3/flexbox/align-absolute-child.html:
  • css3/flexbox/css-properties.html:
  • css3/flexbox/display-flexbox-set-get.html:
  • css3/flexbox/flex-align-baseline.html:
  • css3/flexbox/flex-flow-initial.html:
  • css3/flexbox/flex-longhand-parsing.html:
  • css3/flexbox/flex-property-parsing.html:
  • css3/flexbox/flexitem-no-margin-collapsing.html:
  • css3/flexbox/overflow-keep-scrollpos.html:
  • css3/font-feature-settings-parsing.html:
  • css3/supports-cssom.html:
  • css3/supports-dom-api.html:
  • css3/supports.html:
  • css3/unicode-bidi-insolate-parse.html:
  • css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
  • css3/zoom-coords.xhtml:
Location:
trunk/LayoutTests
Files:
62 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r155274 r155275  
     12013-09-07  Mark Lam  <mark.lam@apple.com>
     2
     3        Change LayoutTests' c* files to use pre and post js files in LayoutTests/resources.
     4        https://bugs.webkit.org/show_bug.cgi?id=120986.
     5
     6        Rubber stamped by Filip Pizlo.
     7
     8        * canvas/philip/tests/2d.composite.globalComposite.html:
     9        * compositing/repaint/shrink-layer.html:
     10        * css1/units/rounding.html:
     11        * css3/calc/color-hsl.html:
     12        * css3/calc/color-rgb.html:
     13        * css3/calc/font-size-fractional.html:
     14        * css3/calc/font-size.html:
     15        * css3/calc/font.html:
     16        * css3/calc/getComputedStyle-margin-percentage.html:
     17        * css3/calc/line-height.html:
     18        * css3/calc/margin.html:
     19        * css3/calc/table-border-spacing.html:
     20        * css3/calc/table-calcs.html:
     21        * css3/calc/zoom-with-em.html:
     22        * css3/compositing/background-blend-mode-property-parsing.html:
     23        * css3/compositing/background-blend-mode-property.html:
     24        * css3/compositing/blend-mode-property-parsing-invalid.html:
     25        * css3/compositing/blend-mode-property-parsing.html:
     26        * css3/compositing/blend-mode-property.html:
     27        * css3/compositing/should-have-compositing-layer.html:
     28        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html:
     29        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html:
     30        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html:
     31        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html:
     32        * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid.html:
     33        * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid.html:
     34        * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid.html:
     35        * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid.html:
     36        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid.html:
     37        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid.html:
     38        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html:
     39        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html:
     40        * css3/filters/custom/custom-filter-crash-inline-computed-style.html:
     41        * css3/filters/custom/custom-filter-mix-bindings.html:
     42        * css3/filters/custom/custom-filter-property-computed-style.html:
     43        * css3/filters/custom/custom-filter-property-parsing-invalid.html:
     44        * css3/filters/custom/custom-filter-property-parsing.html:
     45        * css3/filters/custom/effect-custom-disabled.html:
     46        * css3/filters/effect-reference-delete-crash.html:
     47        * css3/filters/effect-reference-reset-style-delete-crash.html:
     48        * css3/filters/filter-property-computed-style.html:
     49        * css3/filters/filter-property-parsing-invalid.html:
     50        * css3/filters/filter-property-parsing.html:
     51        * css3/filters/filter-property.html:
     52        * css3/filters/script-tests/TEMPLATE.html:
     53        * css3/filters/should-not-have-compositing-layer.html:
     54        * css3/flexbox/align-absolute-child.html:
     55        * css3/flexbox/css-properties.html:
     56        * css3/flexbox/display-flexbox-set-get.html:
     57        * css3/flexbox/flex-align-baseline.html:
     58        * css3/flexbox/flex-flow-initial.html:
     59        * css3/flexbox/flex-longhand-parsing.html:
     60        * css3/flexbox/flex-property-parsing.html:
     61        * css3/flexbox/flexitem-no-margin-collapsing.html:
     62        * css3/flexbox/overflow-keep-scrollpos.html:
     63        * css3/font-feature-settings-parsing.html:
     64        * css3/supports-cssom.html:
     65        * css3/supports-dom-api.html:
     66        * css3/supports.html:
     67        * css3/unicode-bidi-insolate-parse.html:
     68        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
     69        * css3/zoom-coords.xhtml:
     70
    1712013-09-07  Mark Lam  <mark.lam@apple.com>
    272
  • trunk/LayoutTests/canvas/philip/tests/2d.composite.globalComposite.html

    r136337 r155275  
    11<!DOCTYPE html>
    22<title>Canvas test: 2d.composite.globalAlpha.range</title>
    3 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     3<script src="../../../resources/js-test-pre.js"></script>
    44<link rel="stylesheet" href="../tests.css">
    55<body>
     
    1919    }
    2020</script>
    21 <script src="../../../fast/js/resources/js-test-post.js"></script>
     21<script src="../../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css1/units/rounding.html

    r117815 r155275  
    3030<div id="description"></div>
    3131<div id="console"></div>
    32 <script src="../../fast/js/resources/js-test-pre.js"></script>
     32<script src="../../resources/js-test-pre.js"></script>
    3333<script>
    3434
     
    4242</script>
    4343
    44 <script src="../../fast/js/resources/js-test-post.js"></script>
     44<script src="../../resources/js-test-post.js"></script>
    4545
    4646</body>
  • trunk/LayoutTests/css3/calc/color-hsl.html

    r140300 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44    #controlsimple { color: hsl(120,75%,50%); }
     
    2929        document.body.removeChild(document.getElementById("test-container"));   
    3030</script>
    31 <script src="../../fast/js/resources/js-test-post.js"></script>
     31<script src="../../resources/js-test-post.js"></script>
    3232
  • trunk/LayoutTests/css3/calc/color-rgb.html

    r140300 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44    #controlsimple { color: rgb(10,180,30); }
     
    4949        document.body.removeChild(document.getElementById("test-container"));
    5050</script>
    51 <script src="../../fast/js/resources/js-test-post.js"></script>
     51<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/font-size-fractional.html

    r140300 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44body         {font-size: 12px;}
     
    2727    document.body.removeChild(document.getElementById("test-container"));
    2828</script>
    29 <script src="../../fast/js/resources/js-test-post.js"></script>
     29<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/font-size.html

    r140300 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44#control {font-size: 200%;}
     
    2626    document.body.removeChild(document.getElementById("test-container"));
    2727</script>
    28 <script src="../../fast/js/resources/js-test-post.js"></script>
     28<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/font.html

    r140300 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44#control             {font: 1.5em/63px sans-serif;}
     
    3434    document.body.removeChild(document.getElementById("test-container"));
    3535</script>
    36 <script src="../../fast/js/resources/js-test-post.js"></script>
     36<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/getComputedStyle-margin-percentage.html

    r140300 r155275  
    11<!DOCTYPE html>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44#control {
     
    2929    test('margin-bottom');
    3030</script>
    31 <script src="../../fast/js/resources/js-test-post.js"></script>
     31<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/line-height.html

    r140300 r155275  
    11<!DOCTYPE html>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44    span { font-size: 16px; }
     
    2424    }   
    2525</script>
    26 <script src="../../fast/js/resources/js-test-post.js"></script>
     26<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/margin.html

    r140300 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44    div { display: inline-block; }
     
    9494    }   
    9595</script>
    96 <script src="../../fast/js/resources/js-test-post.js"></script>
     96<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/table-border-spacing.html

    r140300 r155275  
    11<!DOCTYPE html>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44    td {
     
    4545    shouldEvaluateTo('document.getElementById("stimulus").offsetHeight', expectedHeight);
    4646</script>   
    47 <script src="../../fast/js/resources/js-test-post.js"></script>
     47<script src="../../resources/js-test-post.js"></script>
    4848
  • trunk/LayoutTests/css3/calc/table-calcs.html

    r140300 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44    table {
     
    8181        document.body.removeChild(document.getElementById("test"));
    8282</script>
    83 <script src="../../fast/js/resources/js-test-post.js"></script>
     83<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/calc/zoom-with-em.html

    r140300 r155275  
    11<!DOCTYPE html>
    2 <script src="../../fast/js/resources/js-test-pre.js"></script>
     2<script src="../../resources/js-test-pre.js"></script>
    33<style>
    44  .test { display: height: 10px; background: #ddf; font: 20px/1 Ahem; }
     
    2020  }   
    2121</script>
    22 <script src="../../fast/js/resources/js-test-post.js"></script>
     22<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/compositing/background-blend-mode-property-parsing.html

    r142168 r155275  
    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/background-blend-mode-property-parsing.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/css3/compositing/background-blend-mode-property.html

    r142168 r155275  
    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/background-blend-mode-property.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/css3/compositing/blend-mode-property-parsing-invalid.html

    r126105 r155275  
    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/blend-mode-property-parsing-invalid.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/css3/compositing/blend-mode-property-parsing.html

    r126105 r155275  
    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/blend-mode-property-parsing.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/css3/compositing/blend-mode-property.html

    r126105 r155275  
    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/blend-mode-property.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/css3/compositing/should-have-compositing-layer.html

    r130689 r155275  
    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<script>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html

    r142149 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-at-rule-invalid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html

    r142149 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-at-rule-valid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html

    r141480 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-custom-function-invalid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html

    r141480 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-custom-function-valid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid.html

    r148220 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-geometry-property-invalid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid.html

    r148220 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-geometry-property-valid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid.html

    r148205 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-mix-property-invalid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid.html

    r148205 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-mix-property-valid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid.html

    r148227 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-parameters-property-invalid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid.html

    r148227 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-parameters-property-valid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html

    r143028 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-src-property-invalid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html

    r143028 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="script-tests/parsing-src-property-valid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom/custom-filter-crash-inline-computed-style.html

    r150554 r155275  
    33<head>
    44    <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5     <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5    <script src="../../../resources/js-test-pre.js"></script>
    66    <script>
    77        if (window.testRunner) {
     
    3333        shouldBeNonNull("filterPropertyCSSValue");
    3434    </script>
    35     <script src="../../../fast/js/resources/js-test-post.js"></script>
     35    <script src="../../../resources/js-test-post.js"></script>
    3636</body>
    3737</html>
  • trunk/LayoutTests/css3/filters/custom/custom-filter-mix-bindings.html

    r135749 r155275  
    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/custom-filter-mix-bindings.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/css3/filters/custom/custom-filter-property-computed-style.html

    r109156 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    99<div id="console"></div>
    1010<script src="../script-tests/custom-filter-property-computed-style.js"></script>
    11 <script src="../../../fast/js/resources/js-test-post.js"></script>
     11<script src="../../../resources/js-test-post.js"></script>
    1212</body>
    1313</html>
  • trunk/LayoutTests/css3/filters/custom/custom-filter-property-parsing-invalid.html

    r140997 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="../script-tests/custom-filter-property-parsing-invalid.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom/custom-filter-property-parsing.html

    r140997 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    1010<script src="../script-tests/custom-filter-parsing-common.js"></script>
    1111<script src="../script-tests/custom-filter-property-parsing.js"></script>
    12 <script src="../../../fast/js/resources/js-test-post.js"></script>
     12<script src="../../../resources/js-test-post.js"></script>
    1313</body>
    1414</html>
  • trunk/LayoutTests/css3/filters/custom/effect-custom-disabled.html

    r119990 r155275  
    33<head>
    44<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
    5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66</head>
    77<body>
     
    99<div id="console"></div>
    1010<script src="../script-tests/effect-custom-disabled.js"></script>
    11 <script src="../../../fast/js/resources/js-test-post.js"></script>
     11<script src="../../../resources/js-test-post.js"></script>
    1212</body>
    1313</html>
  • trunk/LayoutTests/css3/filters/effect-reference-delete-crash.html

    r138823 r155275  
    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>
     
    1414  </svg>
    1515  <script src="script-tests/effect-reference-delete-crash.js"></script>
    16   <script src="../../fast/js/resources/js-test-post.js"></script>
     16  <script src="../../resources/js-test-post.js"></script>
    1717</body>
    1818</html>
  • trunk/LayoutTests/css3/filters/effect-reference-reset-style-delete-crash.html

    r138823 r155275  
    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>
     
    1414  </svg>
    1515  <script src="script-tests/effect-reference-delete-crash.js"></script>
    16   <script src="../../fast/js/resources/js-test-post.js"></script>
     16  <script src="../../resources/js-test-post.js"></script>
    1717</body>
    1818</html>
  • trunk/LayoutTests/css3/filters/filter-property-computed-style.html

    r99220 r155275  
    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/filter-property-computed-style.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/css3/filters/filter-property-parsing-invalid.html

    r99220 r155275  
    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/filter-property-parsing-invalid.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/css3/filters/filter-property-parsing.html

    r99220 r155275  
    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/filter-property-parsing.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/css3/filters/filter-property.html

    r99220 r155275  
    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/filter-property.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/css3/filters/script-tests/TEMPLATE.html

    r99220 r155275  
    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>
  • trunk/LayoutTests/css3/filters/should-not-have-compositing-layer.html

    r130689 r155275  
    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<script>
  • trunk/LayoutTests/css3/flexbox/align-absolute-child.html

    r130457 r155275  
    6161</style>
    6262
    63 <script src="../../fast/js/resources/js-test-pre.js"></script>
     63<script src="../../resources/js-test-pre.js"></script>
    6464<script src="../../resources/check-layout.js"></script>
    6565
  • trunk/LayoutTests/css3/flexbox/css-properties.html

    r132136 r155275  
    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>
     
    306306shouldBeEqualToString('window.getComputedStyle(flexbox, null).webkitAlignContent', 'stretch');
    307307</script>
    308 <script src="../../fast/js/resources/js-test-post.js"></script>
     308<script src="../../resources/js-test-post.js"></script>
    309309</body>
    310310</html>
  • trunk/LayoutTests/css3/flexbox/display-flexbox-set-get.html

    r154281 r155275  
    66.flexboxInline { display: -webkit-inline-flex; }
    77</style>
    8 <script src="../../fast/js/resources/js-test-pre.js"></script>
     8<script src="../../resources/js-test-pre.js"></script>
    99</head>
    1010<body>
     
    3434shouldBe("getComputedStyle(element, '').getPropertyValue('display')", "'-webkit-inline-flex'");
    3535</script>
    36 <script src="../../fast/js/resources/js-test-post.js"></script>
     36<script src="../../resources/js-test-post.js"></script>
    3737</body>
    3838</html>
  • trunk/LayoutTests/css3/flexbox/flex-align-baseline.html

    r147183 r155275  
    4747    testRunner.dumpAsText();
    4848</script>
    49 <script src="../../fast/js/resources/js-test-pre.js"></script>
     49<script src="../../resources/js-test-pre.js"></script>
    5050<body>
    5151<script>
     
    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/css3/flexbox/flex-flow-initial.html

    r124297 r155275  
    1616<span id="test1"></span>
    1717<span id="test2"></span>
    18 <script src="../../fast/js/resources/js-test-pre.js"></script>
     18<script src="../../resources/js-test-pre.js"></script>
    1919<script>
    2020description("Tests that 'initial' is handled correctly for the -webkit-flex-flow shorthand.");
     
    2626   testRunner.dumpAsText();
    2727</script>
    28 <script src="../../fast/js/resources/js-test-post.js"></script>
     28<script src="../../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/flexbox/flex-longhand-parsing.html

    r121442 r155275  
    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>
     
    6464
    6565</script>
    66 <script src="../../fast/js/resources/js-test-post.js"></script>
     66<script src="../../resources/js-test-post.js"></script>
    6767</body>
    6868</html>
  • trunk/LayoutTests/css3/flexbox/flex-property-parsing.html

    r129414 r155275  
    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>
     
    232232shouldBeEqualToString('getComputedStyle(flexitem).webkitFlex', '0 0 auto');
    233233</script>
    234 <script src="../../fast/js/resources/js-test-post.js"></script>
     234<script src="../../resources/js-test-post.js"></script>
    235235</body>
    236236</html>
  • trunk/LayoutTests/css3/flexbox/flexitem-no-margin-collapsing.html

    r132164 r155275  
    1414}
    1515</style>
    16 <script src="../../fast/js/resources/js-test-pre.js"></script>
     16<script src="../../resources/js-test-pre.js"></script>
    1717<script src="../../resources/check-layout.js"></script>
    1818</head>
  • trunk/LayoutTests/css3/flexbox/overflow-keep-scrollpos.html

    r129975 r155275  
    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>
    66div.flexbox {
     
    3535</div>
    3636<div id="console"></div>
    37 <script src="../fast/js/resources/js-test-post.js"></script>
     37<script src="../resources/js-test-post.js"></script>
    3838</body>
    3939</html>
  • trunk/LayoutTests/css3/font-feature-settings-parsing.html

    r116263 r155275  
    127127}
    128128</style>
    129 <script src="../fast/js/resources/js-test-pre.js"></script>
     129<script src="../resources/js-test-pre.js"></script>
    130130</head>
    131131<body>
     
    217217
    218218</script>
    219 <script src="../fast/js/resources/js-test-post.js"></script>
     219<script src="../resources/js-test-post.js"></script>
    220220</body>
    221221</html>
  • trunk/LayoutTests/css3/supports-cssom.html

    r142640 r155275  
    33<head>
    44<meta charset=utf8>
    5 <script src="../fast/js/resources/js-test-pre.js"></script>
     5<script src="../resources/js-test-pre.js"></script>
    66<style>
    77    @supports (width: 0) {
     
    127127
    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/css3/supports-dom-api.html

    r142739 r155275  
    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>
     
    8484    shouldBeFalse('CSS.supports("(display: none)", undefined)');
    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/css3/supports.html

    r142640 r155275  
    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>
    66    .test {
     
    245245    test_container.parentNode.removeChild(test_container);
    246246</script>
    247 <script src="../fast/js/resources/js-test-post.js"></script>
     247<script src="../resources/js-test-post.js"></script>
    248248</body>
    249249</html>
  • trunk/LayoutTests/css3/unicode-bidi-insolate-parse.html

    r99258 r155275  
    11<!DOCTYPE HTML>
    2 <script src="../fast/js/resources/js-test-pre.js"></script>
     2<script src="../resources/js-test-pre.js"></script>
    33<p id="description"></p><div id="console"></div>
    44<script>
     
    88shouldBeEqualToString("testDiv.style.unicodeBidi", "-webkit-isolate");
    99</script>
    10 <script src="../fast/js/resources/js-test-post.js"></script>
     10<script src="../resources/js-test-post.js"></script>
  • trunk/LayoutTests/css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html

    r142021 r155275  
    140140</style>
    141141<div id="element-container-vw"></div>
    142 <script src="../../fast/js/resources/js-test-pre.js"></script>
     142<script src="../../resources/js-test-pre.js"></script>
    143143<script>
    144144if (window.testRunner)
     
    277277getTheStyle();
    278278</script>
    279 <script src="../../fast/js/resources/js-test-post.js"></script>
     279<script src="../../resources/js-test-post.js"></script>
    280280</html>
  • trunk/LayoutTests/css3/zoom-coords.xhtml

    r140728 r155275  
    4848<div id="console"></div>
    4949
    50 <script src="../fast/js/resources/js-test-pre.js"></script>
     50<script src="../resources/js-test-pre.js"></script>
    5151<script>
    5252
     
    192192
    193193</script>
    194 <script src="../fast/js/resources/js-test-post.js"></script>
     194<script src="../resources/js-test-post.js"></script>
    195195
    196196</body>
Note: See TracChangeset for help on using the changeset viewer.