Changeset 155269 in webkit
- Timestamp:
- Sep 7, 2013, 4:56:14 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 89 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155268 r155269 1 2013-09-07 Mark Lam <mark.lam@apple.com> 2 3 Change fast/g*, fast/h*, fast/i*, and fast/l* files to use pre and post js files in LayoutTests/resources. 4 https://bugs.webkit.org/show_bug.cgi?id=120977. 5 6 Rubber stamped by Filip Pizlo. 7 8 * fast/gradients/css3-gradient-parsing.html: 9 * fast/gradients/unprefixed-gradient-parsing.html: 10 * fast/harness/fastmallocstatistics-object.html: 11 * fast/harness/memoryinfo-object.html: 12 * fast/harness/perftests/perf-runner-compute-statistics.html: 13 * fast/harness/perftests/runs-per-second-iterations.html: 14 * fast/hidpi/image-srcset-change-dynamically-from-js-1x.html: 15 * fast/hidpi/image-srcset-change-dynamically-from-js-2x.html: 16 * fast/hidpi/image-srcset-data-src.html: 17 * fast/hidpi/image-srcset-data-srcset.html: 18 * fast/hidpi/image-srcset-fraction.html: 19 * fast/hidpi/image-srcset-invalid-inputs-correct-src.html: 20 * fast/hidpi/image-srcset-invalid-inputs-except-one.html: 21 * fast/hidpi/image-srcset-remove-dynamically-from-js.html: 22 * fast/hidpi/image-srcset-same-alternative-for-both-attributes.html: 23 * fast/hidpi/image-srcset-simple-1x.html: 24 * fast/hidpi/image-srcset-simple-2x.html: 25 * fast/hidpi/image-srcset-src-selection-1x.html: 26 * fast/hidpi/image-srcset-src-selection-2x.html: 27 * fast/hidpi/image-srcset-viewport-modifiers.html: 28 * fast/history/history-back-forward-within-subframe-hash.html: 29 * fast/history/history-subframe-with-name.html: 30 * fast/history/history-traversal-is-asynchronous.html: 31 * fast/history/location-replace-hash.html: 32 * fast/history/multiple-classes-visited.html: 33 * fast/history/nested-visited-test.html: 34 * fast/history/same-document-iframes-changing-fragment.html: 35 * fast/history/same-document-iframes-changing-pushstate.html: 36 * fast/history/self-is-visited.html: 37 * fast/history/sibling-visited-test.html: 38 * fast/html/article-element.html: 39 * fast/html/aside-element.html: 40 * fast/html/clone-keygen.html: 41 * fast/html/clone-range.html: 42 * fast/html/details-click-controls.html: 43 * fast/html/details-clone.html: 44 * fast/html/details-keyboard-show-hide.html: 45 * fast/html/disable-style-element.html: 46 * fast/html/figcaption-element.html: 47 * fast/html/figure-element.html: 48 * fast/html/footer-element.html: 49 * fast/html/header-element.html: 50 * fast/html/hgroup-element.html: 51 * fast/html/hidden-attr-dom.html: 52 * fast/html/hidden-attr.html: 53 * fast/html/input-type-change-crash.html: 54 * fast/html/main-element.html: 55 * fast/html/mark-element.html: 56 * fast/html/marquee-alternate.html-disabled: 57 * fast/html/marquee-element.html: 58 * fast/html/meter-user-modify.html: 59 * fast/html/numbered-header-element.html: 60 * fast/html/object-border.html: 61 * fast/html/progress-user-modify.html: 62 * fast/html/range-point-in-range-for-different-documents.html: 63 * fast/html/script-tests/TEMPLATE.html: 64 * fast/html/section-element.html: 65 * fast/html/set-text-direction.html: 66 * fast/html/unknown-tag.html: 67 * fast/images/border.html: 68 * fast/images/cmyk-jpeg-with-color-profile.html: 69 * fast/images/image-error-event-not-firing.html: 70 * fast/images/imagemap-dynamic-area-updates.html: 71 * fast/images/move-image-to-new-document.html: 72 * fast/images/script-tests/TEMPLATE.html: 73 * fast/images/webgl-teximage2d.html: 74 * fast/images/zoomed-offset-size.html: 75 * fast/inline/inline-fixed-position-boundingbox.html: 76 * fast/inline/inline-position-top-align.html: 77 * fast/inline/inline-relative-offset-boundingbox.html: 78 * fast/innerHTML/innerHTML-special-elements.html: 79 * fast/innerHTML/innerHTML-uri-resolution.html: 80 * fast/layers/negative-scroll-positions.html: 81 * fast/layers/script-tests/TEMPLATE.html: 82 * fast/line-grid/line-align-parsing.html: 83 * fast/line-grid/line-grid-parsing.html: 84 * fast/line-grid/line-snap-parsing.html: 85 * fast/loader/form-state-restore-with-frames.html: 86 * fast/loader/hashchange-event-properties.html: 87 * fast/loader/image-in-page-cache.html: 88 * fast/loader/resources/form-state-restore-with-locked-back-forward-list-3.html: 89 * fast/loader/stateobjects/popstate-fires-on-history-traversal.html: 90 * fast/loader/stateobjects/popstate-fires-with-page-cache.html: 91 * fast/loader/stateobjects/state-attribute-object-types.html: 92 * fast/loader/stateobjects/state-attribute-only-one-deserialization.html: 93 * fast/loader/stateobjects/state-attribute-popstate-event.html: 94 * fast/loader/stateobjects/state-url-sets-links-visited.html: 95 * fast/loader/url-selected-user-gesture.html: 96 1 97 2013-09-07 Mark Lam <mark.lam@apple.com> 2 98 -
trunk/LayoutTests/fast/gradients/css3-gradient-parsing.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 74 74 </script> 75 75 76 <script src="../ js/resources/js-test-post.js"></script>76 <script src="../../resources/js-test-post.js"></script> 77 77 </body> 78 78 </html> -
trunk/LayoutTests/fast/gradients/unprefixed-gradient-parsing.html
r139836 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 77 77 </script> 78 78 79 <script src="../ js/resources/js-test-post.js"></script>79 <script src="../../resources/js-test-post.js"></script> 80 80 </body> 81 81 </html> -
trunk/LayoutTests/fast/harness/fastmallocstatistics-object.html
r125691 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 <script type="text/javascript"> 6 6 shouldBeDefined(window.internals); -
trunk/LayoutTests/fast/harness/memoryinfo-object.html
r151199 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 <script type="text/javascript"> 6 6 shouldBeDefined(window.internals); -
trunk/LayoutTests/fast/harness/perftests/perf-runner-compute-statistics.html
r130135 r155269 2 2 <html> 3 3 <head> 4 <script src="../../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 <script src="../../../../PerformanceTests/resources/runner.js"></script> 6 6 <script type="text/javascript"> … … 143 143 </script> 144 144 145 <script src="../../../ fast/js/resources/js-test-post.js"></script>145 <script src="../../../resources/js-test-post.js"></script> 146 146 </body> 147 147 </html> -
trunk/LayoutTests/fast/harness/perftests/runs-per-second-iterations.html
r144583 r155269 4 4 <div id="description"></div> 5 5 <div id="console"></div> 6 <script src="../../../ fast/js/resources/js-test-pre.js"></script>6 <script src="../../../resources/js-test-pre.js"></script> 7 7 <script src="../../../../PerformanceTests/resources/runner.js"></script> 8 8 <script type="text/javascript"> … … 52 52 53 53 </script> 54 <script src="../../../ fast/js/resources/js-test-post.js"></script>54 <script src="../../../resources/js-test-post.js"></script> 55 55 </body> 56 56 </html> -
trunk/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-1x.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html
r154582 r155269 2 2 <head> 3 3 <script src="resources/srcset-helper.js"></script> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 <script> 6 6 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-data-src.html
r154582 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-data-srcset.html
r154582 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-fraction.html
r154548 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-invalid-inputs-correct-src.html
r154582 r155269 2 2 <head> 3 3 <script src="resources/srcset-helper.js"></script> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 <script> 6 6 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-invalid-inputs-except-one.html
r154582 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-remove-dynamically-from-js.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-same-alternative-for-both-attributes.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-simple-1x.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-simple-2x.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-src-selection-1x.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-src-selection-2x.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/hidpi/image-srcset-viewport-modifiers.html
r154582 r155269 5 5 </script> 6 6 <script src="resources/srcset-helper.js"></script> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 <script> 9 9 if (window.testRunner) { -
trunk/LayoutTests/fast/history/history-back-forward-within-subframe-hash.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 48 48 var jsTestIsAsync = true; 49 49 </script> 50 <script src="../ js/resources/js-test-post.js"></script>50 <script src="../../resources/js-test-post.js"></script> 51 51 </body> 52 52 </html> -
trunk/LayoutTests/fast/history/history-subframe-with-name.html
r121012 r155269 1 1 <head> 2 <script src="../ js/resources/js-test-pre.js"></script>2 <script src="../../resources/js-test-pre.js"></script> 3 3 </head> 4 4 <body> -
trunk/LayoutTests/fast/history/history-traversal-is-asynchronous.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 28 28 var jsTestIsAsync = true; 29 29 </script> 30 <script src="../ js/resources/js-test-post.js"></script>30 <script src="../../resources/js-test-post.js"></script> 31 31 </body> 32 32 </html> -
trunk/LayoutTests/fast/history/location-replace-hash.html
r121012 r155269 1 1 <head> 2 <script src="../ js/resources/js-test-pre.js"></script>2 <script src="../../resources/js-test-pre.js"></script> 3 3 </head> 4 4 <body> … … 64 64 } 65 65 </script> 66 <script src="../ js/resources/js-test-post.js"></script>66 <script src="../../resources/js-test-post.js"></script> 67 67 </body> -
trunk/LayoutTests/fast/history/multiple-classes-visited.html
r144547 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 jsTestIsAsync = true; … … 33 33 <div id=console></div> 34 34 </body> 35 <script src="../ js/resources/js-test-post.js"></script>35 <script src="../../resources/js-test-post.js"></script> 36 36 </html> -
trunk/LayoutTests/fast/history/nested-visited-test.html
r144547 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 jsTestIsAsync = true; … … 38 38 <div id=console></div> 39 39 </body> 40 <script src="../ js/resources/js-test-post.js"></script>40 <script src="../../resources/js-test-post.js"></script> 41 41 </html> -
trunk/LayoutTests/fast/history/same-document-iframes-changing-fragment.html
r121012 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 62 62 var jsTestIsAsync = true; 63 63 </script> 64 <script src="../ js/resources/js-test-post.js"></script>64 <script src="../../resources/js-test-post.js"></script> 65 65 </body> 66 66 </html> -
trunk/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
r121012 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 62 62 var jsTestIsAsync = true; 63 63 </script> 64 <script src="../ js/resources/js-test-post.js"></script>64 <script src="../../resources/js-test-post.js"></script> 65 65 </body> 66 66 </html> -
trunk/LayoutTests/fast/history/self-is-visited.html
r144547 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 jsTestIsAsync = true; … … 34 34 <div id=console></div> 35 35 </body> 36 <script src="../ js/resources/js-test-post.js"></script>36 <script src="../../resources/js-test-post.js"></script> 37 37 </html> -
trunk/LayoutTests/fast/history/sibling-visited-test.html
r144547 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 jsTestIsAsync = true; … … 33 33 <div id=console></div> 34 34 </body> 35 <script src="../ js/resources/js-test-post.js"></script>35 <script src="../../resources/js-test-post.js"></script> 36 36 </html> -
trunk/LayoutTests/fast/html/article-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/article-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/aside-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/aside-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/clone-keygen.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 <style type="text/css"> 6 6 *::-webkit-keygen-select { … … 32 32 } 33 33 </script> 34 <script src="../ js/resources/js-test-post.js"></script>34 <script src="../../resources/js-test-post.js"></script> 35 35 </body> 36 36 </html> -
trunk/LayoutTests/fast/html/clone-range.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 31 31 dolly.value = 0; 32 32 </script> 33 <script src="../ js/resources/js-test-post.js"></script>33 <script src="../../resources/js-test-post.js"></script> 34 34 </body> 35 35 </html> -
trunk/LayoutTests/fast/html/details-click-controls.html
r102734 r155269 1 1 <html> 2 2 <head> 3 <script src="../../ fast/js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 </head> 5 5 <body> -
trunk/LayoutTests/fast/html/details-clone.html
r97881 r155269 1 1 <html> 2 2 <head> 3 <script src="../../ fast/js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 function runTest() -
trunk/LayoutTests/fast/html/details-keyboard-show-hide.html
r107548 r155269 1 1 <!DOCTYPE html> 2 2 <head> 3 <script src="../../ fast/js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 </head> 5 5 … … 35 35 } 36 36 </script> 37 <script src="../../ fast/js/resources/js-test-post.js"></script>37 <script src="../../resources/js-test-post.js"></script> 38 38 </body> 39 39 </html> -
trunk/LayoutTests/fast/html/disable-style-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 <style> 6 6 .test { … … 17 17 <body> 18 18 <script src="script-tests/disable-style-element.js"></script> 19 <script src="../../ fast/js/resources/js-test-post.js"></script>19 <script src="../../resources/js-test-post.js"></script> 20 20 </body> 21 21 </html> -
trunk/LayoutTests/fast/html/figcaption-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/figcaption-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/figure-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/figure-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/footer-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/footer-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/header-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/header-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/hgroup-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/hgroup-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/hidden-attr-dom.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/hidden-attr-dom.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/hidden-attr.html
r98407 r155269 1 1 <!DOCTYPE html> 2 2 <meta charset=utf8> 3 <script src="../../ fast/js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 5 5 <p id="description"></p> … … 36 36 37 37 </script> 38 <script src="../../ fast/js/resources/js-test-post.js"></script>38 <script src="../../resources/js-test-post.js"></script> 39 39 </body> 40 40 </html> -
trunk/LayoutTests/fast/html/input-type-change-crash.html
r132141 r155269 3 3 <head> 4 4 <meta charset="utf-8"> 5 <script src="../ js/resources/js-test-pre.js"></script>5 <script src="../../resources/js-test-pre.js"></script> 6 6 </head> 7 7 <body> … … 20 20 21 21 </script> 22 <script src="../ js/resources/js-test-post.js"></script>22 <script src="../../resources/js-test-post.js"></script> 23 23 </body> 24 24 </html> -
trunk/LayoutTests/fast/html/main-element.html
r140341 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/main-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/mark-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/mark-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/marquee-alternate.html-disabled
r127389 r155269 3 3 <head> 4 4 <meta charset="utf-8"> 5 <script src="../ js/resources/js-test-pre.js"></script>5 <script src="../../resources/js-test-pre.js"></script> 6 6 <script type="text/javascript"> 7 7 window.jsTestIsAsync = true; … … 59 59 <marquee id="marquee" width=30 behavior="alternate" scrollamount=1 scrolldelay=1><img src="resources/images/lime.png" width="29" height="29" alt="lime"></marquee> 60 60 <pre id="console"></pre> 61 <script src="../ js/resources/js-test-post.js"></script>61 <script src="../../resources/js-test-post.js"></script> 62 62 </body> 63 63 </body> -
trunk/LayoutTests/fast/html/marquee-element.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 297 297 shouldBe('marquee.loop', '-1'); 298 298 </script> 299 <script src="../../ fast/js/resources/js-test-post.js"></script>299 <script src="../../resources/js-test-post.js"></script> 300 300 </body> 301 301 </html> -
trunk/LayoutTests/fast/html/meter-user-modify.html
r123704 r155269 13 13 </head> 14 14 <body> 15 <script src="../../ fast/js/resources/js-test-pre.js"></script>15 <script src="../../resources/js-test-pre.js"></script> 16 16 17 17 <p>The inner element of meter should not be deleteable.</p> … … 41 41 var successfullyParsed = true; 42 42 </script> 43 <script src="../../ fast/js/resources/js-test-post.js"></script>43 <script src="../../resources/js-test-post.js"></script> 44 44 </body> 45 45 </html> -
trunk/LayoutTests/fast/html/numbered-header-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/numbered-header-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/object-border.html
r98407 r155269 1 1 <html xmlns='http://www.w3.org/1999/xhtml'> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <title>OBJECT - border=pixel</title> 5 5 </head> … … 47 47 startTests("border-right-width"); 48 48 </script> 49 <script src="../ js/resources/js-test-post.js"></script>49 <script src="../../resources/js-test-post.js"></script> 50 50 </body> 51 51 </html> -
trunk/LayoutTests/fast/html/progress-user-modify.html
r123704 r155269 13 13 </head> 14 14 <body> 15 <script src="../../ fast/js/resources/js-test-pre.js"></script>15 <script src="../../resources/js-test-pre.js"></script> 16 16 17 17 <p>The inner element of progress should not be deleteable.</p> … … 41 41 var successfullyParsed = true; 42 42 </script> 43 <script src="../../ fast/js/resources/js-test-post.js"></script>43 <script src="../../resources/js-test-post.js"></script> 44 44 </body> 45 45 </html> -
trunk/LayoutTests/fast/html/range-point-in-range-for-different-documents.html
r124506 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> -
trunk/LayoutTests/fast/html/script-tests/TEMPLATE.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="YOUR_JS_FILE_HERE"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/section-element.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/section-element.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/html/set-text-direction.html
r121012 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 76 76 shouldBeTrue('sentInputEvent'); 77 77 </script> 78 <script src="../../ fast/js/resources/js-test-post.js"></script>78 <script src="../../resources/js-test-post.js"></script> 79 79 </body> 80 80 </html> -
trunk/LayoutTests/fast/html/unknown-tag.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 80 80 } 81 81 </script> 82 <script src="../../ fast/js/resources/js-test-post.js"></script>82 <script src="../../resources/js-test-post.js"></script> 83 83 </body> 84 84 </html> -
trunk/LayoutTests/fast/images/border.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/border.js"></script> 8 <script src="../ js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/cmyk-jpeg-with-color-profile.js"></script> 8 <script src="../ js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/images/image-error-event-not-firing.html
r141667 r155269 3 3 <head> 4 4 <meta http-equiv="Content-Security-Policy" content="img-src 'self'"> 5 <script src="../ js/resources/js-test-pre.js"></script>5 <script src="../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 description( … … 32 32 <img src="./color-jpeg-with-color-profile-expected.png" id="test"></img> 33 33 34 <script src="../ js/resources/js-test-post.js"></script>34 <script src="../../resources/js-test-post.js"></script> 35 35 </body> 36 36 </html> -
trunk/LayoutTests/fast/images/imagemap-dynamic-area-updates.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/imagemap-dynamic-area-updates.js"></script> 8 <script src="../ js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/images/move-image-to-new-document.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/move-image-to-new-document.js"></script> 8 <script src="../ js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/images/script-tests/TEMPLATE.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="YOUR_JS_FILE_HERE"></script> 8 <script src="../ js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/images/webgl-teximage2d.html
r134816 r155269 1 <script src="../ js/resources/js-test-pre.js"></script>1 <script src="../../resources/js-test-pre.js"></script> 2 2 <script src="../canvas/webgl/resources/webgl-test.js"></script> 3 3 <canvas id="canvas" width="0" height="0"> </canvas> -
trunk/LayoutTests/fast/images/zoomed-offset-size.html
r139753 r155269 14 14 } 15 15 </style> 16 <script src="../ js/resources/js-test-pre.js"></script>16 <script src="../../resources/js-test-pre.js"></script> 17 17 </head> 18 18 <body> -
trunk/LayoutTests/fast/inline/inline-fixed-position-boundingbox.html
r122802 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 description('<a href="https://bugs.webkit.org/show_bug.cgi?id=91451">Bug 91451</a>: REGRESSION: RenderInline::absoluteQuads produces incorrect results for fixed position.'); … … 21 21 <span id="inlineElement"></span> 22 22 </div> 23 <script src="../ js/resources/js-test-post.js"></script>23 <script src="../../resources/js-test-post.js"></script> 24 24 </body> 25 25 </html> -
trunk/LayoutTests/fast/inline/inline-position-top-align.html
r98407 r155269 15 15 } 16 16 </style> 17 <script src="../ js/resources/js-test-pre.js"></script>17 <script src="../../resources/js-test-pre.js"></script> 18 18 </head> 19 19 … … 42 42 } 43 43 </script> 44 <script src="../ js/resources/js-test-post.js"></script>44 <script src="../../resources/js-test-post.js"></script> 45 45 </body> 46 46 </html> -
trunk/LayoutTests/fast/inline/inline-relative-offset-boundingbox.html
r122653 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 description('<a href="https://bugs.webkit.org/show_bug.cgi?id=91168">Bug 91168</a>: REGRESSION: RenderInline boundingBox ignores relative position offset'); … … 20 20 <body> 21 21 <span id="inlineElement" style="position:relative; left:10px;"></span> 22 <script src="../ js/resources/js-test-post.js"></script>22 <script src="../../resources/js-test-post.js"></script> 23 23 </body> 24 24 </html> -
trunk/LayoutTests/fast/innerHTML/innerHTML-special-elements.html
r98407 r155269 1 1 <html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 </head> 5 5 <body> … … 36 36 37 37 </script> 38 <script src="../ js/resources/js-test-post.js"></script>38 <script src="../../resources/js-test-post.js"></script> 39 39 </body> 40 40 </html> -
trunk/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
r98407 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 19 19 shouldBeTrue('cssUriWasResolvedAgainstDocumentUri'); 20 20 </script> 21 <script src="../ js/resources/js-test-post.js"></script>21 <script src="../../resources/js-test-post.js"></script> 22 22 </body> 23 23 </html> -
trunk/LayoutTests/fast/layers/negative-scroll-positions.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/negative-scroll-positions.js"></script> 8 <script src="../ js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/layers/script-tests/TEMPLATE.html
r97881 r155269 2 2 <html> 3 3 <head> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="YOUR_JS_FILE_HERE"></script> 8 <script src="../ js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/line-grid/line-align-parsing.html
r108133 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/line-align-parsing.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/line-grid/line-grid-parsing.html
r98638 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/line-grid-parsing.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/line-grid/line-snap-parsing.html
r107289 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ fast/js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <script src="script-tests/line-snap-parsing.js"></script> 8 <script src="../../ fast/js/resources/js-test-post.js"></script>8 <script src="../../resources/js-test-post.js"></script> 9 9 </body> 10 10 </html> -
trunk/LayoutTests/fast/loader/form-state-restore-with-frames.html
r126839 r155269 1 1 <!DOCTYPE html> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <meta http-equiv="pragma" content="no-cache"> 5 5 <meta http-equiv="cache-control" content="no-cache"> … … 38 38 jsTestIsAsync = true; 39 39 </script> 40 <script src="../ js/resources/js-test-post.js"></script>40 <script src="../../resources/js-test-post.js"></script> 41 41 </body> -
trunk/LayoutTests/fast/loader/hashchange-event-properties.html
r98407 r155269 2 2 <html> 3 3 <body> 4 <script src="../ js/resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 <div id="description"></div> 6 6 <pre id="console"></pre> … … 47 47 var jsTestIsAsync = true; 48 48 </script> 49 <script src="../ js/resources/js-test-post.js"></script>49 <script src="../../resources/js-test-post.js"></script> 50 50 </html> -
trunk/LayoutTests/fast/loader/image-in-page-cache.html
r122687 r155269 3 3 <head> 4 4 <title>Images in page cache should not be updated</title> 5 <script src="../../ fast/js/resources/js-test-pre.js"></script>5 <script src="../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 var otherWindow; … … 66 66 successfullyParsed = true; 67 67 </script> 68 <script src="../../ fast/js/resources/js-test-post.js"></script>68 <script src="../../resources/js-test-post.js"></script> 69 69 </body> 70 70 </html> -
trunk/LayoutTests/fast/loader/resources/form-state-restore-with-locked-back-forward-list-3.html
r122687 r155269 1 1 <!DOCTYPE html> 2 2 <body> 3 <script src="../../ js/resources/js-test-pre.js"></script>3 <script src="../../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 shouldBeEqualToString("location.search", '?TestName1=Ok1&TestName2=Ok2'); -
trunk/LayoutTests/fast/loader/stateobjects/popstate-fires-on-history-traversal.html
r98407 r155269 2 2 <html> 3 3 <body> 4 <script src="../../ js/resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 <div id="description"></div> 6 6 <pre id="console"></pre> … … 62 62 var jsTestIsAsync = true; 63 63 </script> 64 <script src="../../ js/resources/js-test-post.js"></script>64 <script src="../../../resources/js-test-post.js"></script> 65 65 </html> -
trunk/LayoutTests/fast/loader/stateobjects/popstate-fires-with-page-cache.html
r122687 r155269 2 2 <html> 3 3 <body> 4 <script src="../../ js/resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 <div id="description"></div> 6 6 <pre id="console"></pre> … … 59 59 var jsTestIsAsync = true; 60 60 </script> 61 <script src="../../ js/resources/js-test-post.js"></script>61 <script src="../../../resources/js-test-post.js"></script> 62 62 </html> -
trunk/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
r122687 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ js/resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head/> 6 6 <body> … … 39 39 shouldEvaluateTo("history.state", document.createElement("canvas").getContext("2d").createImageData(10,10)); 40 40 </script> 41 <script src="../../ js/resources/js-test-post.js"></script>41 <script src="../../../resources/js-test-post.js"></script> 42 42 </body> 43 43 </html> -
trunk/LayoutTests/fast/loader/stateobjects/state-attribute-only-one-deserialization.html
r122687 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ js/resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head/> 6 6 <body> … … 49 49 50 50 var s = document.createElement("script"); 51 s.src = "../../ js/resources/js-test-post.js";51 s.src = "../../../resources/js-test-post.js"; 52 52 document.body.appendChild(s); 53 53 setTimeout(finishJSTest, 0); -
trunk/LayoutTests/fast/loader/stateobjects/state-attribute-popstate-event.html
r122687 r155269 2 2 <html> 3 3 <head> 4 <script src="../../ js/resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head/> 6 6 <body> … … 34 34 35 35 var s = document.createElement("script"); 36 s.src = "../../ js/resources/js-test-post.js";36 s.src = "../../../resources/js-test-post.js"; 37 37 document.body.appendChild(s); 38 38 setTimeout(finishJSTest, 0); -
trunk/LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited.html
r144547 r155269 1 1 <html> 2 2 <head> 3 <script src="../../ js/resources/js-test-pre.js"></script>3 <script src="../../../resources/js-test-pre.js"></script> 4 4 <script> 5 5 jsTestIsAsync = true; … … 41 41 <div id=console></div> 42 42 </body> 43 <script src="../../ js/resources/js-test-post.js"></script>43 <script src="../../../resources/js-test-post.js"></script> 44 44 </html> -
trunk/LayoutTests/fast/loader/url-selected-user-gesture.html
r147619 r155269 1 1 <!DOCTYPE html> 2 <script src="../ js/resources/js-test-pre.js"></script>2 <script src="../../resources/js-test-pre.js"></script> 3 3 <a href='about:blank' target='_blank'></a> 4 4 <script> … … 16 16 shouldBe("testRunner.windowCount()", "1"); 17 17 </script> 18 <script src="../ js/resources/js-test-post.js"></script>18 <script src="../../resources/js-test-post.js"></script>
Note:
See TracChangeset
for help on using the changeset viewer.