Changeset 155270 in webkit
- Timestamp:
- Sep 7, 2013, 5:09:19 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 79 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155269 r155270 1 2013-09-07 Mark Lam <mark.lam@apple.com> 2 3 Change fast/m*, fast/n*, fast/o*, and fast/p* files to use pre and post js files in LayoutTests/resources. 4 https://bugs.webkit.org/show_bug.cgi?id=120978. 5 6 Rubber stamped by Filip Pizlo. 7 8 * fast/masking/parsing-clip-path-iri.html: 9 * fast/masking/parsing-clip-path-shape.html: 10 * fast/masking/parsing-mask-source-type.html: 11 * fast/masking/parsing-mask.html: 12 * fast/media/media-query-serialization.html: 13 * fast/media/mq-pixel-ratio-print.html: 14 * fast/media/mq-resolution.html: 15 * fast/media/viewport-media-query-synchronous.html: 16 * fast/mediastream/LocalMediaStream-onended.html: 17 * fast/mediastream/MediaStream-add-remove-tracks.html: 18 * fast/mediastream/MediaStream-onended.html: 19 * fast/mediastream/MediaStreamConstructor.html: 20 * fast/mediastream/MediaStreamTrack.html: 21 * fast/mediastream/RTCIceCandidate.html: 22 * fast/mediastream/RTCPeerConnection-AddRemoveStream.html: 23 * fast/mediastream/RTCPeerConnection-createAnswer.html: 24 * fast/mediastream/RTCPeerConnection-createOffer.html: 25 * fast/mediastream/RTCPeerConnection-datachannel.html: 26 * fast/mediastream/RTCPeerConnection-dtmf.html: 27 * fast/mediastream/RTCPeerConnection-events.html: 28 * fast/mediastream/RTCPeerConnection-ice.html: 29 * fast/mediastream/RTCPeerConnection-localDescription.html: 30 * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html: 31 * fast/mediastream/RTCPeerConnection-remoteDescription.html: 32 * fast/mediastream/RTCPeerConnection-state.html: 33 * fast/mediastream/RTCPeerConnection-stats.html: 34 * fast/mediastream/RTCPeerConnection-statsSelector.html: 35 * fast/mediastream/RTCPeerConnection.html: 36 * fast/mediastream/RTCSessionDescription.html: 37 * fast/mediastream/argument-types.html: 38 * fast/mediastream/constructors.html: 39 * fast/mediastream/enabled.html: 40 * fast/mediastream/getusermedia.html: 41 * fast/mediastream/no-interface-object.html: 42 * fast/multicol/column-span-parent-continuation-crash.html: 43 * fast/multicol/column-width-zero.html: 44 * fast/multicol/newmulticol/balance-images.html: 45 * fast/multicol/newmulticol/balance-maxheight1.html: 46 * fast/multicol/newmulticol/balance-maxheight2.html: 47 * fast/multicol/newmulticol/balance1.html: 48 * fast/multicol/newmulticol/balance2.html: 49 * fast/multicol/newmulticol/balance3.html: 50 * fast/multicol/newmulticol/balance4.html: 51 * fast/multicol/newmulticol/balance5.html: 52 * fast/multicol/newmulticol/balance6.html: 53 * fast/multicol/newmulticol/balance7.html: 54 * fast/multicol/newmulticol/balance8.html: 55 * fast/multicol/newmulticol/balance9.html: 56 * fast/multicol/newmulticol/orphans-and-widows-balance.html: 57 * fast/multicol/orphans-relayout.html: 58 * fast/multicol/zeroColumnCount.html: 59 * fast/notifications/notifications-permission.html: 60 * fast/notifications/notifications-request-permission-optional.html: 61 * fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.html: 62 * fast/overflow/height-during-simplified-layout.html: 63 * fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overflow-auto.html: 64 * fast/overflow/scroll-div-hide-show.html: 65 * fast/overflow/scrollbar-click-retains-focus.html: 66 * fast/parser/block-nesting-cap.html: 67 * fast/parser/close-while-stopping.html: 68 * fast/parser/comment-in-textarea.html: 69 * fast/parser/double-write-from-closed-iframe.html: 70 * fast/parser/entity-end-iframe-tag.html: 71 * fast/parser/entity-end-script-tag.html: 72 * fast/parser/entity-end-style-tag.html: 73 * fast/parser/entity-end-textarea-tag.html: 74 * fast/parser/entity-end-title-tag.html: 75 * fast/parser/entity-end-xmp-tag.html: 76 * fast/parser/fragment-parser-doctype.html: 77 * fast/parser/fragment-parser.html: 78 * fast/parser/localname-case-strict.html: 79 * fast/parser/localname-case.html: 80 * fast/parser/parser-yield-timing.html: 81 * fast/parser/pre-first-line-break.html: 82 * fast/parser/script-tests/TEMPLATE.html: 83 * fast/performance/performance-now-timestamps.html: 84 * fast/performance/script-tests/TEMPLATE.html: 85 * fast/preloader/image-srcset.html: 86 1 87 2013-09-07 Mark Lam <mark.lam@apple.com> 2 88 -
trunk/LayoutTests/fast/masking/parsing-clip-path-iri.html
r130592 r155270 6 6 </style> 7 7 <body> 8 <script src="../ js/resources/js-test-pre.js"></script>8 <script src="../../resources/js-test-pre.js"></script> 9 9 <script> 10 10 description('Test clip-path IRIs'); … … 43 43 44 44 </script> 45 <script src="../ js/resources/js-test-post.js"></script>45 <script src="../../resources/js-test-post.js"></script> 46 46 </body> 47 47 </html> -
trunk/LayoutTests/fast/masking/parsing-clip-path-shape.html
r127327 r155270 6 6 </style> 7 7 <body> 8 <script src="../ js/resources/js-test-pre.js"></script>8 <script src="../../resources/js-test-pre.js"></script> 9 9 <script> 10 10 description('Test that clip-path shapes accept different length units'); … … 110 110 111 111 </script> 112 <script src="../ js/resources/js-test-post.js"></script>112 <script src="../../resources/js-test-post.js"></script> 113 113 </body> 114 114 </html> -
trunk/LayoutTests/fast/masking/parsing-mask-source-type.html
r154174 r155270 6 6 </style> 7 7 <body> 8 <script src="../ js/resources/js-test-pre.js"></script>8 <script src="../../resources/js-test-pre.js"></script> 9 9 <script> 10 10 function setProperty(value) { … … 29 29 test("auto, alpha, luminance, luminance", "alpha, alpha, luminance, luminance"); 30 30 </script> 31 <script src="../ js/resources/js-test-post.js"></script>31 <script src="../../resources/js-test-post.js"></script> 32 32 </body> 33 33 </html> -
trunk/LayoutTests/fast/masking/parsing-mask.html
r154742 r155270 6 6 </style> 7 7 <body> 8 <script src="../ js/resources/js-test-pre.js"></script>8 <script src="../../resources/js-test-pre.js"></script> 9 9 <script> 10 10 description('Test that clip-path shapes accept different length units'); … … 187 187 188 188 </script> 189 <script src="../ js/resources/js-test-post.js"></script>189 <script src="../../resources/js-test-post.js"></script> 190 190 </body> 191 191 </html> -
trunk/LayoutTests/fast/media/media-query-serialization.html
r130995 r155270 5 5 <style type="text/css" media="NOT braille, tv and (orientation: landscape) AND (min-WIDTH:100px) and (max-width: 200px ), all and (color) and (color)"> 6 6 </style> 7 <script src="../ js/resources/js-test-pre.js"></script>7 <script src="../../resources/js-test-pre.js"></script> 8 8 </head> 9 9 <body> … … 22 22 </script> 23 23 24 <script src="../ js/resources/js-test-post.js"></script>24 <script src="../../resources/js-test-post.js"></script> 25 25 </body> 26 26 </html> -
trunk/LayoutTests/fast/media/mq-pixel-ratio-print.html
r132633 r155270 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 6 6 <div id="detector"></div> … … 54 54 </script> 55 55 56 <script src="../ js/resources/js-test-post.js"></script>56 <script src="../../resources/js-test-post.js"></script> 57 57 </body> 58 58 </html> -
trunk/LayoutTests/fast/media/mq-resolution.html
r148835 r155270 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 6 6 <div id="detector"></div> … … 89 89 </script> 90 90 91 <script src="../ js/resources/js-test-post.js"></script>91 <script src="../../resources/js-test-post.js"></script> 92 92 </body> 93 93 </html> -
trunk/LayoutTests/fast/media/viewport-media-query-synchronous.html
r104399 r155270 1 1 <html lang=en> 2 2 <head> 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 <style> 5 5 #test { background-color: red; } … … 16 16 shouldBe('window.getComputedStyle(document.getElementById("test")).backgroundColor','"rgb(0, 128, 0)"'); 17 17 </script> 18 <script src="../ js/resources/js-test-post.js"></script>18 <script src="../../resources/js-test-post.js"></script> 19 19 </body> -
trunk/LayoutTests/fast/mediastream/LocalMediaStream-onended.html
r139598 r155270 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> … … 50 50 window.successfullyParsed = true; 51 51 </script> 52 <script src="../ js/resources/js-test-post.js"></script>52 <script src="../../resources/js-test-post.js"></script> 53 53 </body> 54 54 </html> -
trunk/LayoutTests/fast/mediastream/MediaStream-add-remove-tracks.html
r146046 r155270 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> … … 132 132 window.successfullyParsed = true; 133 133 </script> 134 <script src="../ js/resources/js-test-post.js"></script>134 <script src="../../resources/js-test-post.js"></script> 135 135 </body> 136 136 </html> -
trunk/LayoutTests/fast/mediastream/MediaStream-onended.html
r155249 r155270 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> … … 50 50 window.successfullyParsed = true; 51 51 </script> 52 <script src="../ js/resources/js-test-post.js"></script>52 <script src="../../resources/js-test-post.js"></script> 53 53 </body> 54 54 </html> -
trunk/LayoutTests/fast/mediastream/MediaStreamConstructor.html
r155199 r155270 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> … … 119 119 window.successfullyParsed = true; 120 120 </script> 121 <script src="../ js/resources/js-test-post.js"></script>121 <script src="../../resources/js-test-post.js"></script> 122 122 </body> 123 123 </html> -
trunk/LayoutTests/fast/mediastream/MediaStreamTrack.html
r139849 r155270 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> … … 76 76 window.successfullyParsed = true; 77 77 </script> 78 <script src="../ 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/mediastream/RTCIceCandidate.html
r126779 r155270 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> … … 34 34 window.successfullyParsed = true; 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/mediastream/RTCPeerConnection-AddRemoveStream.html
r144748 r155270 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> … … 78 78 window.successfullyParsed = true; 79 79 </script> 80 <script src="../ js/resources/js-test-post.js"></script>80 <script src="../../resources/js-test-post.js"></script> 81 81 </body> 82 82 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer.html
r127906 r155270 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> … … 58 58 window.successfullyParsed = true; 59 59 </script> 60 <script src="../ js/resources/js-test-post.js"></script>60 <script src="../../resources/js-test-post.js"></script> 61 61 </body> 62 62 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html
r127906 r155270 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 window.successfullyParsed = 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/mediastream/RTCPeerConnection-datachannel.html
r146582 r155270 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> … … 99 99 window.successfullyParsed = true; 100 100 </script> 101 <script src="../ js/resources/js-test-post.js"></script>101 <script src="../../resources/js-test-post.js"></script> 102 102 </body> 103 103 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html
r146582 r155270 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 window.successfullyParsed = 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/mediastream/RTCPeerConnection-events.html
r146582 r155270 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 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/mediastream/RTCPeerConnection-ice.html
r146582 r155270 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> … … 42 42 window.successfullyParsed = true; 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/mediastream/RTCPeerConnection-localDescription.html
r144808 r155270 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> … … 51 51 window.successfullyParsed = true; 52 52 </script> 53 <script src="../ js/resources/js-test-post.js"></script>53 <script src="../../resources/js-test-post.js"></script> 54 54 </body> 55 55 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection-onnegotiationneeded.html
r129397 r155270 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> … … 46 46 window.successfullyParsed = true; 47 47 </script> 48 <script src="../ js/resources/js-test-post.js"></script>48 <script src="../../resources/js-test-post.js"></script> 49 49 </body> 50 50 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html
r144808 r155270 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> … … 51 51 window.successfullyParsed = true; 52 52 </script> 53 <script src="../ js/resources/js-test-post.js"></script>53 <script src="../../resources/js-test-post.js"></script> 54 54 </body> 55 55 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection-state.html
r146582 r155270 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> … … 25 25 window.successfullyParsed = true; 26 26 </script> 27 <script src="../ js/resources/js-test-post.js"></script>27 <script src="../../resources/js-test-post.js"></script> 28 28 </body> 29 29 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection-stats.html
r146509 r155270 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> … … 80 80 window.successfullyParsed = true; 81 81 </script> 82 <script src="../ 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/mediastream/RTCPeerConnection-statsSelector.html
r141871 r155270 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> … … 54 54 window.successfullyParsed = true; 55 55 </script> 56 <script src="../ js/resources/js-test-post.js"></script>56 <script src="../../resources/js-test-post.js"></script> 57 57 </body> 58 58 </html> -
trunk/LayoutTests/fast/mediastream/RTCPeerConnection.html
r134245 r155270 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> … … 42 42 shouldThrow("new webkitRTCPeerConnection(null, {valid_and_supported_2:1, mandatory:{valid_and_supported_1:1}});"); 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/mediastream/RTCSessionDescription.html
r126779 r155270 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> … … 35 35 window.successfullyParsed = true; 36 36 </script> 37 <script src="../ 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/mediastream/argument-types.html
r115098 r155270 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/argument-types.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/mediastream/constructors.html
r134084 r155270 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> … … 25 25 window.jsTestIsAsync = false; 26 26 </script> 27 <script src="../ js/resources/js-test-post.js"></script>27 <script src="../../resources/js-test-post.js"></script> 28 28 </body> 29 29 </html> -
trunk/LayoutTests/fast/mediastream/enabled.html
r115098 r155270 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/enabled.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/mediastream/getusermedia.html
r139611 r155270 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> … … 79 79 window.successfullyParsed = true; 80 80 </script> 81 <script src="../ js/resources/js-test-post.js"></script>81 <script src="../../resources/js-test-post.js"></script> 82 82 </body> 83 83 </html> -
trunk/LayoutTests/fast/mediastream/no-interface-object.html
r115098 r155270 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/no-interface-object.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/multicol/column-span-parent-continuation-crash.html
r122687 r155270 7 7 h2 { -webkit-column-span: all; } 8 8 </style> 9 <script src="../ js/resources/js-test-pre.js"></script>9 <script src="../../resources/js-test-pre.js"></script> 10 10 <script> 11 11 if (window.testRunner) { … … 29 29 setTimeout("runTest()", 0); 30 30 </script> 31 <script src="../ js/resources/js-test-post.js"></script>31 <script src="../../resources/js-test-post.js"></script> 32 32 <div> 33 33 <span id="test"><h2></span> -
trunk/LayoutTests/fast/multicol/column-width-zero.html
r138746 r155270 12 12 } 13 13 </style> 14 <script src="../ js/resources/js-test-pre.js"></script>14 <script src="../../resources/js-test-pre.js"></script> 15 15 <script> 16 16 if (window.testRunner) … … 26 26 shouldBe('getComputedStyle(divElement).webkitColumnWidth', '"auto"'); 27 27 </script> 28 <script src="../ js/resources/js-test-post.js"></script>28 <script src="../../resources/js-test-post.js"></script> 29 29 </html> -
trunk/LayoutTests/fast/multicol/newmulticol/balance-images.html
r151545 r155270 3 3 <head> 4 4 <title>balancing multicol with max-height</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 26 26 shouldBe("document.documentElement.scrollWidth", "document.documentElement.clientWidth"); 27 27 </script> 28 <script src="../../ js/resources/js-test-post.js"></script>28 <script src="../../../resources/js-test-post.js"></script> 29 29 </body> 30 30 </html> -
trunk/LayoutTests/fast/multicol/newmulticol/balance-maxheight1.html
r151545 r155270 3 3 <head> 4 4 <title>balancing multicol with max-height</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 25 25 shouldBe("document.documentElement.scrollWidth", "document.documentElement.clientWidth"); 26 26 </script> 27 <script src="../../ js/resources/js-test-post.js"></script>27 <script src="../../../resources/js-test-post.js"></script> 28 28 </body> 29 29 </html> -
trunk/LayoutTests/fast/multicol/newmulticol/balance-maxheight2.html
r151545 r155270 3 3 <head> 4 4 <title>balancing multicol with max-height</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 28 28 shouldBeGreaterThanOrEqual("document.documentElement.scrollWidth", "document.documentElement.clientWidth"); 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/multicol/newmulticol/balance1.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 25 25 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 26 26 </script> 27 <script src="../../ js/resources/js-test-post.js"></script>27 <script src="../../../resources/js-test-post.js"></script> 28 28 </body> 29 29 </html> -
trunk/LayoutTests/fast/multicol/newmulticol/balance2.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 24 24 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 25 25 </script> 26 <script src="../../ js/resources/js-test-post.js"></script>26 <script src="../../../resources/js-test-post.js"></script> 27 27 </body> 28 28 </html> -
trunk/LayoutTests/fast/multicol/newmulticol/balance3.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 22 22 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 23 23 </script> 24 <script src="../../ js/resources/js-test-post.js"></script>24 <script src="../../../resources/js-test-post.js"></script> 25 25 </body> 26 26 </html> -
trunk/LayoutTests/fast/multicol/newmulticol/balance4.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 27 27 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 28 28 </script> 29 <script src="../../ js/resources/js-test-post.js"></script>29 <script src="../../../resources/js-test-post.js"></script> 30 30 </body> 31 31 </html> -
trunk/LayoutTests/fast/multicol/newmulticol/balance5.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 30 30 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 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/multicol/newmulticol/balance6.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 20 20 shouldBe("mc.scrollWidth", "500"); 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/multicol/newmulticol/balance7.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 32 32 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 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/multicol/newmulticol/balance8.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 32 32 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 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/multicol/newmulticol/balance9.html
r151545 r155270 3 3 <head> 4 4 <title>auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 32 32 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 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/multicol/newmulticol/orphans-and-widows-balance.html
r151545 r155270 3 3 <head> 4 4 <title>Orphans and widows in auto-height multicol</title> 5 <script src="../../ js/resources/js-test-pre.js"></script>5 <script src="../../../resources/js-test-pre.js"></script> 6 6 <script> 7 7 if (window.testRunner) … … 28 28 shouldBe("mc.offsetHeight", "ref.offsetHeight"); 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/multicol/orphans-relayout.html
r140007 r155270 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 body.hide-containers .container { -
trunk/LayoutTests/fast/multicol/zeroColumnCount.html
r130997 r155270 7 7 } 8 8 </style> 9 <script src="../ js/resources/js-test-pre.js"></script>9 <script src="../../resources/js-test-pre.js"></script> 10 10 <script> 11 11 description("Test that column-count:0 is parsed as invalid syntax and thrown away."); … … 14 14 testRunner.dumpAsText(); 15 15 </script> 16 <script src="../ js/resources/js-test-post.js"></script>16 <script src="../../resources/js-test-post.js"></script> -
trunk/LayoutTests/fast/notifications/notifications-permission.html
r125280 r155270 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 … … 17 17 var successfullyParsed = true; 18 18 </script> 19 <script src="../ 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/notifications/notifications-request-permission-optional.html
r144376 r155270 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.webkitNotifications"); 7 7 shouldNotThrow("window.webkitNotifications.requestPermission()"); 8 8 </script> 9 <script src="../ js/resources/js-test-post.js"></script>9 <script src="../../resources/js-test-post.js"></script> 10 10 </head> 11 11 </html> -
trunk/LayoutTests/fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.html
r123031 r155270 12 12 } 13 13 </style> 14 <script src="../ js/resources/js-test-pre.js"></script>14 <script src="../../resources/js-test-pre.js"></script> 15 15 </head> 16 16 <body> … … 33 33 <div id="description"></div> 34 34 <div id="console"></div> 35 <script src="../ js/resources/js-test-post.js"></script>35 <script src="../../resources/js-test-post.js"></script> 36 36 </body> 37 37 </html> -
trunk/LayoutTests/fast/overflow/height-during-simplified-layout.html
r140576 r155270 9 9 </div> 10 10 </div> 11 <script src="../ js/resources/js-test-pre.js"></script>11 <script src="../../resources/js-test-pre.js"></script> 12 12 <script> 13 13 document.body.offsetLeft; -
trunk/LayoutTests/fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overflow-auto.html
r123031 r155270 12 12 } 13 13 </style> 14 <script src="../ js/resources/js-test-pre.js"></script>14 <script src="../../resources/js-test-pre.js"></script> 15 15 </head> 16 16 <body> … … 33 33 <div id="description"></div> 34 34 <div id="console"></div> 35 <script src="../ js/resources/js-test-post.js"></script>35 <script src="../../resources/js-test-post.js"></script> 36 36 </body> 37 37 </html> -
trunk/LayoutTests/fast/overflow/scroll-div-hide-show.html
r112919 r155270 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> … … 187 187 successfullyParsed = true; 188 188 </script> 189 <script src="../ js/resources/js-test-post.js"></script>189 <script src="../../resources/js-test-post.js"></script> 190 190 </body> 191 191 </html> -
trunk/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html
r136642 r155270 1 1 <!DOCTYPE html> 2 2 3 <script src="../ js/resources/js-test-pre.js"></script>3 <script src="../../resources/js-test-pre.js"></script> 4 4 5 5 <style> … … 118 118 </script> 119 119 120 <script src="../ js/resources/js-test-post.js"></script>120 <script src="../../resources/js-test-post.js"></script> -
trunk/LayoutTests/fast/parser/block-nesting-cap.html
r97881 r155270 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/block-nesting-cap.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/parser/close-while-stopping.html
r98407 r155270 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> … … 18 18 frameDocument.write("<script>document.close()</scr"+"ipt>"); 19 19 </script> 20 <script src="../ js/resources/js-test-post.js"></script>20 <script src="../../resources/js-test-post.js"></script> 21 21 </body> 22 22 </html> -
trunk/LayoutTests/fast/parser/comment-in-textarea.html
r97881 r155270 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/comment-in-textarea.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/parser/double-write-from-closed-iframe.html
r97881 r155270 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/double-write-from-closed-iframe.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/parser/entity-end-iframe-tag.html
r98407 r155270 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> … … 14 14 shouldBe('document.getElementById("myiframe").textContent', 'expectedResult'); 15 15 </script> 16 <script src="../ js/resources/js-test-post.js"></script>16 <script src="../../resources/js-test-post.js"></script> 17 17 </body> 18 18 </html> -
trunk/LayoutTests/fast/parser/entity-end-script-tag.html
r98407 r155270 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> … … 16 16 shouldBe('document.getElementById("myscript").textContent', 'expectedResult'); 17 17 </script> 18 <script src="../ js/resources/js-test-post.js"></script>18 <script src="../../resources/js-test-post.js"></script> 19 19 </body> 20 20 </html> -
trunk/LayoutTests/fast/parser/entity-end-style-tag.html
r98407 r155270 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 id="mystyle"></style></style> 6 6 </head> … … 12 12 shouldBe('document.getElementById("mystyle").textContent', 'expectedResult'); 13 13 </script> 14 <script src="../ js/resources/js-test-post.js"></script>14 <script src="../../resources/js-test-post.js"></script> 15 15 </body> 16 16 </html> -
trunk/LayoutTests/fast/parser/entity-end-textarea-tag.html
r98407 r155270 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 shouldBe('document.getElementById("mytextarea11").textContent', 'expectedResult'); 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/parser/entity-end-title-tag.html
r98407 r155270 3 3 <head> 4 4 <title id="mytitle"></title></title> 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> … … 12 12 shouldBe('document.getElementById("mytitle").textContent', 'expectedResult'); 13 13 </script> 14 <script src="../ js/resources/js-test-post.js"></script>14 <script src="../../resources/js-test-post.js"></script> 15 15 </body> 16 16 </html> -
trunk/LayoutTests/fast/parser/entity-end-xmp-tag.html
r98407 r155270 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> … … 14 14 shouldBe('document.getElementById("myxmp").textContent', 'expectedResult'); 15 15 </script> 16 <script src="../ js/resources/js-test-post.js"></script>16 <script src="../../resources/js-test-post.js"></script> 17 17 </body> 18 18 </html> -
trunk/LayoutTests/fast/parser/fragment-parser-doctype.html
r98407 r155270 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> … … 17 17 shouldBeNull("container.firstChild.nextSibling"); 18 18 </script> 19 <script src="../ 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/parser/fragment-parser.html
r97881 r155270 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/fragment-parser.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/parser/localname-case-strict.html
r98407 r155270 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> … … 18 18 shouldBe("document.getElementById('uppercase').localName", "'a'"); 19 19 </script> 20 <script src="../ js/resources/js-test-post.js"></script>20 <script src="../../resources/js-test-post.js"></script> 21 21 </body> 22 22 </html> -
trunk/LayoutTests/fast/parser/localname-case.html
r98407 r155270 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> … … 17 17 shouldBe("document.getElementById('uppercase').localName", "'a'"); 18 18 </script> 19 <script src="../ 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/parser/parser-yield-timing.html
r143802 r155270 2 2 3 3 <head> 4 <script type="text/javascript" src="../ js/resources/js-test-pre.js"></script>4 <script type="text/javascript" src="../../resources/js-test-pre.js"></script> 5 5 <script> 6 6 window.jsTestIsAsync = true; … … 47 47 sleep(1000); 48 48 </script> 49 <script type="text/javascript" src="../ js/resources/js-test-post.js"></script>49 <script type="text/javascript" src="../../resources/js-test-post.js"></script> 50 50 </body> 51 51 </html> -
trunk/LayoutTests/fast/parser/pre-first-line-break.html
r97881 r155270 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/pre-first-line-break.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/parser/script-tests/TEMPLATE.html
r97881 r155270 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/performance/performance-now-timestamps.html
r115503 r155270 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/performance-now-timestamps.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/performance/script-tests/TEMPLATE.html
r115503 r155270 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/preloader/image-srcset.html
r153733 r155270 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) {
Note:
See TracChangeset
for help on using the changeset viewer.