Changeset 155255 in webkit
- Timestamp:
- Sep 7, 2013, 11:55:43 AM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 56 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155253 r155255 1 2013-09-07 Mark Lam <mark.lam@apple.com> 2 3 Change fast/js/kde files to use pre and post js files in LayoutTests/resources. 4 https://bugs.webkit.org/show_bug.cgi?id=120960. 5 6 Rubber stamped by Filip Pizlo. 7 8 * fast/js/kde/Array.html: 9 * fast/js/kde/Boolean.html: 10 * fast/js/kde/Date-setYear.html: 11 * fast/js/kde/Error.html: 12 * fast/js/kde/GlobalObject.html: 13 * fast/js/kde/Number.html: 14 * fast/js/kde/Object.html: 15 * fast/js/kde/Prototype.html: 16 * fast/js/kde/RegExp.html: 17 * fast/js/kde/StringObject.html: 18 * fast/js/kde/arguments-scope.html: 19 * fast/js/kde/assignments.html: 20 * fast/js/kde/cast.html: 21 * fast/js/kde/comment-1.html: 22 * fast/js/kde/comment-2.html: 23 * fast/js/kde/completion.html: 24 * fast/js/kde/conditional.html: 25 * fast/js/kde/const.html: 26 * fast/js/kde/constructor_length.html: 27 * fast/js/kde/crash-1.html: 28 * fast/js/kde/crash-2.html: 29 * fast/js/kde/delete.html: 30 * fast/js/kde/empty.html: 31 * fast/js/kde/encode_decode_uri.html: 32 * fast/js/kde/eval.html: 33 * fast/js/kde/evil-n.html: 34 * fast/js/kde/exception_propagation.html: 35 * fast/js/kde/exceptions.html: 36 * fast/js/kde/func-decl.html: 37 * fast/js/kde/function.html: 38 * fast/js/kde/function_arguments.html: 39 * fast/js/kde/function_constructor.html: 40 * fast/js/kde/function_length.html: 41 * fast/js/kde/garbage-n.html: 42 * fast/js/kde/inbuilt_function_proto.html: 43 * fast/js/kde/inbuilt_function_tostring.html: 44 * fast/js/kde/iteration.html: 45 * fast/js/kde/j-comment-3.html: 46 * fast/js/kde/j-comment-4.html: 47 * fast/js/kde/literals.html: 48 * fast/js/kde/lval-exceptions.html: 49 * fast/js/kde/math.html: 50 * fast/js/kde/md5-1.html: 51 * fast/js/kde/md5-2.html: 52 * fast/js/kde/object_prototype.html: 53 * fast/js/kde/object_prototype_tostring.html: 54 * fast/js/kde/operators.html: 55 * fast/js/kde/parse.html: 56 * fast/js/kde/prototype_length.html: 57 * fast/js/kde/prototype_proto.html: 58 * fast/js/kde/scope.html: 59 * fast/js/kde/statements.html: 60 * fast/js/kde/string-1-n.html: 61 * fast/js/kde/string-2-n.html: 62 * fast/js/kde/var_decl_init.html: 63 1 64 2013-09-07 Antti Koivisto <antti@apple.com> 2 65 -
trunk/LayoutTests/fast/js/kde/Array.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/Array.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/Boolean.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/Boolean.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/Date-setYear.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/Date-setYear.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/Error.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/Error.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/GlobalObject.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/GlobalObject.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/Number.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/Number.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/Object.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/Object.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/Prototype.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/Prototype.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/RegExp.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/RegExp.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/StringObject.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/StringObject.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/arguments-scope.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/arguments-scope.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/assignments.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/assignments.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/cast.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/cast.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/comment-1.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/comment-1.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/comment-2.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/comment-2.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/completion.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/completion.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/conditional.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/conditional.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/const.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="resources/const.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/constructor_length.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/constructor_length.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/crash-1.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/crash-1.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/crash-2.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/crash-2.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/delete.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/delete.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/empty.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/empty.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/encode_decode_uri.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/encode_decode_uri.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/eval.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/eval.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/evil-n.html
r98407 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/evil-n.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/exception_propagation.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/exception_propagation.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/exceptions.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/exceptions.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/func-decl.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/func-decl.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/function.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/function.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/function_arguments.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/function_arguments.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/function_constructor.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/function_constructor.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/function_length.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/function_length.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/garbage-n.html
r98407 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 12 12 shouldHaveHadError("SyntaxError"); 13 13 </script> 14 <script src="../ resources/js-test-post.js"></script>14 <script src="../../../resources/js-test-post.js"></script> 15 15 </body> 16 16 </html> -
trunk/LayoutTests/fast/js/kde/inbuilt_function_proto.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/inbuilt_function_proto.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/inbuilt_function_tostring.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/inbuilt_function_tostring.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/iteration.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/iteration.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/j-comment-3.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/j-comment-3.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/j-comment-4.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/j-comment-4.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/literals.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/literals.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/lval-exceptions.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/lval-exceptions.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/math.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/math.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/md5-1.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/md5-1.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/md5-2.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/md5-2.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/object_prototype.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/object_prototype.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/object_prototype_tostring.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/object_prototype_tostring.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/operators.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/operators.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/parse.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/parse.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/prototype_length.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/prototype_length.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/prototype_proto.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/prototype_proto.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/scope.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/scope.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/statements.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/statements.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html> -
trunk/LayoutTests/fast/js/kde/string-1-n.html
r98407 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 12 12 shouldHaveHadError("SyntaxError"); 13 13 </script> 14 <script src="../ resources/js-test-post.js"></script>14 <script src="../../../resources/js-test-post.js"></script> 15 15 </body> 16 16 </html> -
trunk/LayoutTests/fast/js/kde/string-2-n.html
r98407 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 12 12 shouldHaveHadError("SyntaxError"); 13 13 </script> 14 <script src="../ resources/js-test-post.js"></script>14 <script src="../../../resources/js-test-post.js"></script> 15 15 </body> 16 16 </html> -
trunk/LayoutTests/fast/js/kde/var_decl_init.html
r97881 r155255 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> … … 9 9 </script> 10 10 <script src="script-tests/var_decl_init.js"></script> 11 <script src="../ resources/js-test-post.js"></script>11 <script src="../../../resources/js-test-post.js"></script> 12 12 </body> 13 13 </html>
Note:
See TracChangeset
for help on using the changeset viewer.