Changeset 155261 in webkit
- Timestamp:
- Sep 7, 2013, 2:47:04 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 39 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155259 r155261 1 2013-09-07 Mark Lam <mark.lam@apple.com> 2 3 Change fast/a* and fast/b* files to use pre and post js files in LayoutTests/resources. 4 https://bugs.webkit.org/show_bug.cgi?id=120968. 5 6 Rubber stamped by Filip Pizlo. 7 8 * fast/animation/request-animation-frame-cancel.html: 9 * fast/animation/request-animation-frame-cancel2.html: 10 * fast/animation/request-animation-frame-disabled.html: 11 * fast/animation/request-animation-frame-during-modal.html: 12 * fast/animation/request-animation-frame-iframe.html: 13 * fast/animation/request-animation-frame-iframe2.html: 14 * fast/animation/request-animation-frame-missing-arguments.html: 15 * fast/animation/request-animation-frame-prefix.html: 16 * fast/animation/request-animation-frame-time-unit.html: 17 * fast/animation/request-animation-frame-timestamps-advance.html: 18 * fast/animation/request-animation-frame-timestamps.html: 19 * fast/animation/request-animation-frame-too-rapid.html: 20 * fast/animation/request-animation-frame-within-callback.html: 21 * fast/animation/request-animation-frame.html: 22 * fast/animation/script-tests/TEMPLATE.html: 23 * fast/animation/script-tests/request-animation-frame-subframe.html: 24 * fast/backgrounds/background-position-parsing-2.html: 25 * fast/backgrounds/background-shorthand-after-set-backgroundSize.html: 26 * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: 27 * fast/backgrounds/multiple-backgrounds-computed-style.html: 28 * fast/backgrounds/repeat/background-repeat-shorthand.html: 29 * fast/backgrounds/repeat/margin-shorthand.html: 30 * fast/backgrounds/repeat/parsing-background-repeat.html: 31 * fast/backgrounds/repeat/script-tests/TEMPLATE.html: 32 * fast/backgrounds/script-tests/TEMPLATE.html: 33 * fast/backgrounds/size/parsing-background-size-values.html: 34 * fast/backgrounds/size/parsing-inherit.html: 35 * fast/block/block-parent-with-zero-width-child.html: 36 * fast/block/block-with-inline-replaced-child-following-text.html: 37 * fast/block/margin-collapse/webkit-margin-collapse-separate-position.html: 38 * fast/block/positioning/hittest-on-relative-positioned-children.html: 39 * fast/block/positioning/relayout-nested-positioned-elements-crash.html: 40 * fast/borders/border-radius-child.html: 41 * fast/borders/border-width-percent.html: 42 * fast/box-decoration-break/box-decoration-break-parsing.html: 43 * fast/box-shadow/box-shadow-parsing-invalid.html: 44 * fast/box-sizing/css-table-with-box-sizing.html: 45 * fast/box-sizing/table-cell.html: 46 1 47 2013-09-07 Mark Lam <mark.lam@apple.com> 2 48 -
trunk/LayoutTests/fast/animation/request-animation-frame-cancel.html
r98733 r155261 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/animation/request-animation-frame-cancel2.html
r98733 r155261 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/animation/request-animation-frame-disabled.html
r120681 r155261 6 6 window.testRunner.overridePreference("WebKitRequestAnimationFrameEnabled", "0"); 7 7 </script> 8 <script src="../ js/resources/js-test-pre.js"></script>8 <script src="../../resources/js-test-pre.js"></script> 9 9 </head> 10 10 <body> -
trunk/LayoutTests/fast/animation/request-animation-frame-during-modal.html
r131214 r155261 1 1 <!DOCTYPE html> 2 2 <html> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <body> 5 5 -
trunk/LayoutTests/fast/animation/request-animation-frame-iframe.html
r120681 r155261 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/animation/request-animation-frame-iframe2.html
r131214 r155261 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/animation/request-animation-frame-missing-arguments.html
r131214 r155261 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> … … 10 10 shouldThrow("cancelAnimationFrame()"); 11 11 </script> 12 <script src="../ js/resources/js-test-post.js"></script>12 <script src="../../resources/js-test-post.js"></script> 13 13 </body> 14 14 </html> -
trunk/LayoutTests/fast/animation/request-animation-frame-prefix.html
r139509 r155261 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/animation/request-animation-frame-time-unit.html
r148022 r155261 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/animation/request-animation-frame-timestamps-advance.html
r97881 r155261 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> … … 8 8 <span id="f"></span> 9 9 <script src="script-tests/request-animation-frame-timestamps-advance.js"></script> 10 <script src="../ js/resources/js-test-post.js"></script>10 <script src="../../resources/js-test-post.js"></script> 11 11 </body> 12 12 </html> -
trunk/LayoutTests/fast/animation/request-animation-frame-timestamps.html
r98733 r155261 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/animation/request-animation-frame-too-rapid.html
r132742 r155261 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/animation/request-animation-frame-within-callback.html
r98733 r155261 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/animation/request-animation-frame.html
r98733 r155261 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/animation/script-tests/TEMPLATE.html
r97881 r155261 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> … … 8 8 <span id="f"></span> 9 9 <script src="YOUR_JS_FILE_HERE"></script> 10 <script src="../ js/resources/js-test-post.js"></script>10 <script src="../../resources/js-test-post.js"></script> 11 11 </body> 12 12 </html> -
trunk/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html
r131214 r155261 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/backgrounds/background-position-parsing-2.html
r150972 r155261 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> … … 533 533 document.body.removeChild(testContainer); 534 534 </script> 535 <script src="../ js/resources/js-test-post.js"></script>535 <script src="../../resources/js-test-post.js"></script> 536 536 </body> 537 537 </html> -
trunk/LayoutTests/fast/backgrounds/background-shorthand-after-set-backgroundSize.html
r147034 r155261 1 1 <!DOCTYPE html> 2 2 <html> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <div id="test"> </div> 5 5 <script> … … 21 21 22 22 </script> 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/backgrounds/background-shorthand-with-backgroundSize-style.html
r119259 r155261 1 1 <!DOCTYPE html> 2 2 <html> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <div id="test"> </div> 5 5 <script> … … 143 143 debug("") 144 144 </script> 145 <script src="../ 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/backgrounds/multiple-backgrounds-computed-style.html
r97881 r155261 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/multiple-backgrounds-computed-style.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/backgrounds/repeat/background-repeat-shorthand.html
r97881 r155261 3 3 <head> 4 4 <link rel="stylesheet" href="resources/background-repeat-shorthand.css"> 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> … … 9 9 <div id="icon2"></div> 10 10 <script src="resources/background-repeat-shorthand.js"></script> 11 <script src="../../ js/resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/backgrounds/repeat/margin-shorthand.html
r97881 r155261 3 3 <head> 4 4 <link rel="stylesheet" href="resources/margin-shorthand.css"> 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> 8 8 <div id="icon"></div> 9 9 <script src="resources/margin-shorthand.js"></script> 10 <script src="../../ js/resources/js-test-post.js"></script>10 <script src="../../../resources/js-test-post.js"></script> 11 11 </body> 12 12 </html> -
trunk/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html
r97881 r155261 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/parsing-background-repeat.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/backgrounds/repeat/script-tests/TEMPLATE.html
r97881 r155261 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/backgrounds/script-tests/TEMPLATE.html
r97881 r155261 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/backgrounds/size/parsing-background-size-values.html
r97881 r155261 3 3 <head> 4 4 <style type="text/css"></style> 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> 8 8 <script src="resources/parsing-background-size-values.js"></script> 9 <script src="../../ js/resources/js-test-post.js"></script>9 <script src="../../../resources/js-test-post.js"></script> 10 10 </body> 11 11 </html> -
trunk/LayoutTests/fast/backgrounds/size/parsing-inherit.html
r97881 r155261 3 3 <head> 4 4 <style type="text/css"></style> 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> 8 8 <script src="resources/parsing-inherit.js"></script> 9 <script src="../../ js/resources/js-test-post.js"></script>9 <script src="../../../resources/js-test-post.js"></script> 10 10 </body> 11 11 </html> -
trunk/LayoutTests/fast/block/block-parent-with-zero-width-child.html
r116331 r155261 1 1 <head> 2 2 <title>Test case for bug https://bugs.webkit.org/show_bug.cgi?id=50135</title> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <style> 5 5 -
trunk/LayoutTests/fast/block/block-with-inline-replaced-child-following-text.html
r133292 r155261 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> 6 6 function getComputedStyleForElement(element, cssPropertyName) -
trunk/LayoutTests/fast/block/margin-collapse/webkit-margin-collapse-separate-position.html
r143617 r155261 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 <style> 5 5 .container { … … 37 37 shouldEvaluateTo('document.getElementById("22px_height").offsetHeight', '22'); 38 38 </script> 39 <script src="../../../ fast/js/resources/js-test-post.js"></script>39 <script src="../../../resources/js-test-post.js"></script> 40 40 </body> 41 41 </html> -
trunk/LayoutTests/fast/block/positioning/hittest-on-relative-positioned-children.html
r120681 r155261 3 3 <html> 4 4 <head> 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> … … 70 70 71 71 </script> 72 <script src="../../ js/resources/js-test-post.js"></script>72 <script src="../../../resources/js-test-post.js"></script> 73 73 </body> 74 74 </html> -
trunk/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash.html
r99220 r155261 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> … … 30 30 } 31 31 </script> 32 <script src="../../ js/resources/js-test-post.js"></script>32 <script src="../../../resources/js-test-post.js"></script> 33 33 </body> 34 34 </html> -
trunk/LayoutTests/fast/borders/border-radius-child.html
r147635 r155261 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> 6 6 var x, y; -
trunk/LayoutTests/fast/borders/border-width-percent.html
r98407 r155261 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> … … 56 56 shouldBe("inputElementBorderWidth('image', 0, 'border-width: -10%')", "0"); 57 57 </script> 58 <script src="../ js/resources/js-test-post.js"></script>58 <script src="../../resources/js-test-post.js"></script> 59 59 </body> 60 60 </html> -
trunk/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html
r118853 r155261 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> … … 34 34 35 35 </script> 36 <script src="../ js/resources/js-test-post.js"></script>36 <script src="../../resources/js-test-post.js"></script> 37 37 </body> 38 38 </html> -
trunk/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid.html
r146762 r155261 3 3 <head> 4 4 <link rel="stylesheet" href="../js/resources/js-test-style.css"> 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> … … 9 9 <div id="console"></div> 10 10 <script src="script-tests/box-shadow-parsing-invalid.js"></script> 11 <script src="../ js/resources/js-test-post.js"></script>11 <script src="../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/box-sizing/css-table-with-box-sizing.html
r121309 r155261 34 34 <p id="t4" class="test css-table content-box">120x120<br>css-table<br>content-box</p> 35 35 </div> 36 <script src="../ js/resources/js-test-pre.js"></script>36 <script src="../../resources/js-test-pre.js"></script> 37 37 <script> 38 38 description("Test case for bug 89819. This tests CSS 'table' and 'inline-table' with box-sizing."); … … 49 49 document.getElementById("testContent").style.display = 'none'; 50 50 </script> 51 <script src="../ js/resources/js-test-post.js"></script>51 <script src="../../resources/js-test-post.js"></script> 52 52 </body> 53 53 </html> -
trunk/LayoutTests/fast/box-sizing/table-cell.html
r99258 r155261 29 29 </table> 30 30 31 <script src="../ js/resources/js-test-pre.js"></script>31 <script src="../../resources/js-test-pre.js"></script> 32 32 <script> 33 33 description('Tests that display: table-cell and box-sizing: border-box work when used together.'); … … 41 41 42 42 </script> 43 <script src="../ js/resources/js-test-post.js"></script>43 <script src="../../resources/js-test-post.js"></script>
Note:
See TracChangeset
for help on using the changeset viewer.