Changeset 155285 in webkit
- Timestamp:
- Sep 7, 2013, 10:47:54 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 38 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155284 r155285 1 2013-09-07 Mark Lam <mark.lam@apple.com> 2 3 Change LayoutTests' t* files to use pre and post js files in LayoutTests/resources. 4 https://bugs.webkit.org/show_bug.cgi?id=120899. 5 6 Rubber stamped by Filip Pizlo. 7 8 * touchadjustment/big-div.html: 9 * touchadjustment/block-testing.html: 10 * touchadjustment/context-menu-select-text.html: 11 * touchadjustment/context-menu-shadow-node.html: 12 * touchadjustment/context-menu-text-subtargets.html: 13 * touchadjustment/context-menu.html: 14 * touchadjustment/disabled-formelements.html: 15 * touchadjustment/editable-content.html: 16 * touchadjustment/event-triggered-widgets.html: 17 * touchadjustment/html-label.html: 18 * touchadjustment/iframe.html: 19 * touchadjustment/nested-shadow-node.html: 20 * touchadjustment/nested-touch.html: 21 * touchadjustment/plugin.html: 22 * touchadjustment/rotated-node.html: 23 * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html: 24 * touchadjustment/scroll-offset.html: 25 * touchadjustment/search-cancel.html: 26 * touchadjustment/small-target-test.html: 27 * touchadjustment/touch-inlines.html: 28 * touchadjustment/touch-links-active.html: 29 * touchadjustment/touch-links-longpress.html: 30 * touchadjustment/touch-links-two-finger-tap.html: 31 * touchadjustment/zoom-basic.html: 32 * touchadjustment/zoom-fatfinger.html: 33 * transforms/2d/computed-style-origin.html: 34 * transforms/2d/transform-value-types.html: 35 * transforms/cssmatrix-2d-interface.xhtml: 36 * transforms/cssmatrix-3d-interface.xhtml: 37 * transitions/transition-end-event-create.html: 38 * transitions/transition-end-event-prefixed-01.html: 39 * transitions/transition-end-event-prefixed-02.html: 40 * transitions/transition-end-event-prefixed-03.html: 41 * transitions/transitions-parsing.html: 42 * traversal/acid3-test-2.html: 43 * traversal/exception-forwarding.html: 44 * traversal/script-tests/TEMPLATE.html: 45 1 46 2013-09-07 Mark Lam <mark.lam@apple.com> 2 47 -
trunk/LayoutTests/touchadjustment/big-div.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Too aggresive adjustments for large elements - bug 91262</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 84 84 runTests(); 85 85 </script> 86 <script src="../ fast/js/resources/js-test-post.js"></script>86 <script src="../resources/js-test-post.js"></script> 87 87 </body> 88 88 </html> -
trunk/LayoutTests/touchadjustment/block-testing.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment: bug 82044</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 44 44 runTests(); 45 45 </script> 46 <script src="../ fast/js/resources/js-test-post.js"></script>46 <script src="../resources/js-test-post.js"></script> 47 47 </body> 48 48 </html> -
trunk/LayoutTests/touchadjustment/context-menu-select-text.html
r126284 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Adjust context-menu to selectable text - bug 94101</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 58 58 </script> 59 59 60 <script src="../ fast/js/resources/js-test-post.js"></script>60 <script src="../resources/js-test-post.js"></script> 61 61 62 62 </body> -
trunk/LayoutTests/touchadjustment/context-menu-shadow-node.html
r128222 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Handle long press on a shadow DOM element - bug 96313</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 53 53 runTests(); 54 54 </script> 55 <script src="../ fast/js/resources/js-test-post.js"></script>55 <script src="../resources/js-test-post.js"></script> 56 56 </body> 57 57 </html> -
trunk/LayoutTests/touchadjustment/context-menu-text-subtargets.html
r126284 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Adjust context-menu to text-node subtargets - bug 94449</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 80 80 </script> 81 81 82 <script src="../ fast/js/resources/js-test-post.js"></script>82 <script src="../resources/js-test-post.js"></script> 83 83 84 84 </body> -
trunk/LayoutTests/touchadjustment/context-menu.html
r126006 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Adjust to context menu providers - bug 94101</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 88 88 </script> 89 89 90 <script src="../ fast/js/resources/js-test-post.js"></script>90 <script src="../resources/js-test-post.js"></script> 91 91 92 92 </body> -
trunk/LayoutTests/touchadjustment/disabled-formelements.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Disabled form elements - bug 92093</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style type="text/css"> … … 71 71 </script> 72 72 73 <script src="../ fast/js/resources/js-test-post.js"></script>73 <script src="../resources/js-test-post.js"></script> 74 74 75 75 </body> -
trunk/LayoutTests/touchadjustment/editable-content.html
r132488 r155285 3 3 <head> 4 4 <title>Touch Adjustment : content editable div - bug 97576</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 103 103 runTests(); 104 104 </script> 105 <script src="../ fast/js/resources/js-test-post.js"></script>105 <script src="../resources/js-test-post.js"></script> 106 106 </body> 107 107 </html> -
trunk/LayoutTests/touchadjustment/event-triggered-widgets.html
r136001 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Event triggered widgets - bug 78801</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 154 154 runTests(); 155 155 </script> 156 <script src="../ fast/js/resources/js-test-post.js"></script>156 <script src="../resources/js-test-post.js"></script> 157 157 </body> 158 158 </html> -
trunk/LayoutTests/touchadjustment/html-label.html
r133636 r155285 3 3 <head> 4 4 <title>Touch Adjustment : HTML Label and form fields - bug 78801</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 85 85 runTests(); 86 86 </script> 87 <script src="../ fast/js/resources/js-test-post.js"></script>87 <script src="../resources/js-test-post.js"></script> 88 88 </body> 89 89 </html> -
trunk/LayoutTests/touchadjustment/iframe.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Correct for frame positions - bug 82043</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <style> 7 7 #myframe { position: absolute; left: 200px; top: 100px; width: 400px; height: 300px;} … … 48 48 jsTestIsAsync = true; 49 49 </script> 50 <script src="../ fast/js/resources/js-test-post.js"></script>50 <script src="../resources/js-test-post.js"></script> 51 51 </body> 52 52 </html> -
trunk/LayoutTests/touchadjustment/nested-shadow-node.html
r133312 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Touch adjustment does not target shadow DOM elements - bug 89556</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <style> 7 7 #targetDiv { … … 100 100 runTests(); 101 101 </script> 102 <script src="../ fast/js/resources/js-test-post.js"></script>102 <script src="../resources/js-test-post.js"></script> 103 103 </body> 104 104 </html> -
trunk/LayoutTests/touchadjustment/nested-touch.html
r133636 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Prefer deepest event handler - bug 78801</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 91 91 runTests(); 92 92 </script> 93 <script src="../ fast/js/resources/js-test-post.js"></script>93 <script src="../resources/js-test-post.js"></script> 94 94 </body> 95 95 </html> -
trunk/LayoutTests/touchadjustment/plugin.html
r132509 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Plugin boundary - bug ????</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 89 89 runTests(); 90 90 </script> 91 <script src="../ fast/js/resources/js-test-post.js"></script>91 <script src="../resources/js-test-post.js"></script> 92 92 </body> 93 93 </html> -
trunk/LayoutTests/touchadjustment/rotated-node.html
r133312 r155285 3 3 <head> 4 4 <title>Test touch adjustment to a non-rectilinear element.</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 106 106 runTests(); 107 107 </script> 108 <script src="../ fast/js/resources/js-test-post.js"></script>108 <script src="../resources/js-test-post.js"></script> 109 109 110 110 </body> -
trunk/LayoutTests/touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html
r120516 r155285 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 #scrolloffsetcontainer { -
trunk/LayoutTests/touchadjustment/scroll-offset.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Adjust correctly for scroll offset - bug 86205</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 82 82 </script> 83 83 84 <script src="../ fast/js/resources/js-test-post.js"></script>84 <script src="../resources/js-test-post.js"></script> 85 85 86 86 </body> -
trunk/LayoutTests/touchadjustment/search-cancel.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Shadow DOM Element Search Cancel Button - bug 91894</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 118 118 runTests(); 119 119 </script> 120 <script src="../ fast/js/resources/js-test-post.js"></script>120 <script src="../resources/js-test-post.js"></script> 121 121 </body> 122 122 </html> -
trunk/LayoutTests/touchadjustment/small-target-test.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Improved targetting for small controls - bug 92293</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 … … 153 153 runTests(); 154 154 </script> 155 <script src="../ fast/js/resources/js-test-post.js"></script>155 <script src="../resources/js-test-post.js"></script> 156 156 </body> 157 157 </html> -
trunk/LayoutTests/touchadjustment/touch-inlines.html
r124351 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Inlines and line-breaks - bug 78801</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 73 73 runTests(); 74 74 </script> 75 <script src="../ fast/js/resources/js-test-post.js"></script>75 <script src="../resources/js-test-post.js"></script> 76 76 </body> 77 77 </html> -
trunk/LayoutTests/touchadjustment/touch-links-active.html
r132929 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Testing that active will be set on a tapDown - bug 96677</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 127 127 runTests(); 128 128 </script> 129 <script src="../ fast/js/resources/js-test-post.js"></script>129 <script src="../resources/js-test-post.js"></script> 130 130 </body> 131 131 </html> -
trunk/LayoutTests/touchadjustment/touch-links-longpress.html
r146300 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Testing that a drag/drop will start on a long press - bug 92914</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 99 99 runTests(); 100 100 </script> 101 <script src="../ fast/js/resources/js-test-post.js"></script>101 <script src="../resources/js-test-post.js"></script> 102 102 </body> 103 103 </html> -
trunk/LayoutTests/touchadjustment/touch-links-two-finger-tap.html
r133082 r155285 3 3 <head> 4 4 <title>Touch Adjustment : Testing that a context menu will appear on a two-finger tap - bug 99947</title> 5 <script src="../ fast/js/resources/js-test-pre.js"></script>5 <script src="../resources/js-test-pre.js"></script> 6 6 <script src="resources/touchadjustment.js"></script> 7 7 <style> … … 98 98 runTests(); 99 99 </script> 100 <script src="../ fast/js/resources/js-test-post.js"></script>100 <script src="../resources/js-test-post.js"></script> 101 101 </body> 102 102 </html> -
trunk/LayoutTests/touchadjustment/zoom-basic.html
r120516 r155285 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 #div0 { position: absolute; left: 50px; top: 50px; width: 300px; height: 300px; box-sizing: border-box; } -
trunk/LayoutTests/touchadjustment/zoom-fatfinger.html
r130668 r155285 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 #div1 { position: absolute; left: 100px; top: 100px; width: 200px; height: 20px; } -
trunk/LayoutTests/transforms/2d/computed-style-origin.html
r133029 r155285 59 59 60 60 </style> 61 <script src="../../ fast/js/resources/js-test-pre.js"></script>61 <script src="../../resources/js-test-pre.js"></script> 62 62 </head> 63 63 <body> … … 104 104 105 105 </script> 106 <script src="../../ fast/js/resources/js-test-post.js"></script>106 <script src="../../resources/js-test-post.js"></script> 107 107 </body> 108 108 </html> -
trunk/LayoutTests/transforms/2d/transform-value-types.html
r99258 r155285 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 id="style" media="screen"> 6 6 .non-existent-class { … … 97 97 98 98 </script> 99 <script src="../../ fast/js/resources/js-test-post.js"></script>99 <script src="../../resources/js-test-post.js"></script> 100 100 </body> 101 101 </html> -
trunk/LayoutTests/transforms/cssmatrix-2d-interface.xhtml
r99258 r155285 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 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> … … 287 287 288 288 </script> 289 <script src="../ fast/js/resources/js-test-post.js"></script>289 <script src="../resources/js-test-post.js"></script> 290 290 291 291 <script> -
trunk/LayoutTests/transforms/cssmatrix-3d-interface.xhtml
r99258 r155285 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 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> … … 445 445 446 446 </script> 447 <script src="../ fast/js/resources/js-test-post.js"></script>447 <script src="../resources/js-test-post.js"></script> 448 448 449 449 <script> -
trunk/LayoutTests/transitions/transition-end-event-create.html
r99258 r155285 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> … … 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/transitions/transition-end-event-prefixed-01.html
r150239 r155285 16 16 </style> 17 17 <script src="transition-end-event-helpers.js"></script> 18 <script src="../ fast/js/resources/js-test-pre.js"></script>18 <script src="../resources/js-test-pre.js"></script> 19 19 <script type="text/javascript"> 20 20 function runAnimation() { … … 70 70 box.addEventListener('webkitTransitionEnd', innerTransitionEndEvent, false); 71 71 </script> 72 <script src="../ fast/js/resources/js-test-post.js"></script>72 <script src="../resources/js-test-post.js"></script> 73 73 </body> 74 74 </html> -
trunk/LayoutTests/transitions/transition-end-event-prefixed-02.html
r150239 r155285 16 16 </style> 17 17 <script src="transition-end-event-helpers.js"></script> 18 <script src="../ fast/js/resources/js-test-pre.js"></script>18 <script src="../resources/js-test-pre.js"></script> 19 19 <script type="text/javascript"> 20 20 function runAnimation() { … … 52 52 box.addEventListener('webkitTransitionEnd', transitionEndEvent, false); 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/transitions/transition-end-event-prefixed-03.html
r150239 r155285 16 16 </style> 17 17 <script src="transition-end-event-helpers.js"></script> 18 <script src="../ fast/js/resources/js-test-pre.js"></script>18 <script src="../resources/js-test-pre.js"></script> 19 19 <script type="text/javascript"> 20 20 function runAnimation() { … … 71 71 box.addEventListener('webkitTransitionEnd', innerTransitionEndEvent, false); 72 72 </script> 73 <script src="../ fast/js/resources/js-test-post.js"></script>73 <script src="../resources/js-test-post.js"></script> 74 74 </body> 75 75 </html> -
trunk/LayoutTests/transitions/transitions-parsing.html
r144644 r155285 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> … … 733 733 document.body.removeChild(testContainer); 734 734 </script> 735 <script src="../ fast/js/resources/js-test-post.js"></script>735 <script src="../resources/js-test-post.js"></script> 736 736 </body> 737 737 </html> -
trunk/LayoutTests/traversal/acid3-test-2.html
r99220 r155285 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> … … 8 8 <div id="console"></div> 9 9 <script src="script-tests/acid3-test-2.js"></script> 10 <script src="../ fast/js/resources/js-test-post.js"></script>10 <script src="../resources/js-test-post.js"></script> 11 11 </body> 12 12 </html> -
trunk/LayoutTests/traversal/exception-forwarding.html
r99220 r155285 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/exception-forwarding.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/traversal/script-tests/TEMPLATE.html
r99220 r155285 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> … … 8 8 <div id="console"></div> 9 9 <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> 11 11 </body> 12 12 </html>
Note:
See TracChangeset
for help on using the changeset viewer.