Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: webkit/data/layout_tests/chrome/fast/dom/function_arguments.html

Issue 55025: Remove tests that have been upstreamed. Update test_expectations list... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/chrome/fast/dom/function_arguments.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/function_arguments.html (revision 12664)
+++ webkit/data/layout_tests/chrome/fast/dom/function_arguments.html (working copy)
@@ -1,27 +0,0 @@
-<html>
-
-<body>
-<script>
-if (window.layoutTestController)
- layoutTestController.dumpAsText();
-
-function foo(name, value) {
- var argc = foo.arguments.length;
- if (argc == "5")
- {
- document.write("<b> RESULT: </b> Test PASSED");
- }
- else{
- document.write("<b> RESULT: </b> Test FAILED");
- }
- }
-</script>
-<p> <b>Test purpose:</b> This tests if [Function.]arguments works in Chrome. See bug# 805211 for more details. </p>
- <div id="abc"></div>
- <script>
-
- foo("From", "%E5%8C%97%E4%BA%AC", 360, '/', "kooxoo.com");
- </script>
- </body>
-
-</HTML>

Powered by Google App Engine
This is Rietveld 408576698