From 8ab85a90b19ccc58c249872ee1b1d707d153333d Mon Sep 17 00:00:00 2001 From: "patrick@chromium.org" Date: Thu, 2 Apr 2009 17:02:45 +0000 Subject: Move json2.js to a common location. Review URL: http://codereview.chromium.org/56154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13016 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/data/dom_checker/README.chromium | 6 +- chrome/test/data/dom_checker/dom_checker.html | 5 +- chrome/test/data/dom_checker/json2.js | 478 ---------------------- chrome/test/data/json2.js | 478 ++++++++++++++++++++++ chrome/test/data/sunspider/README.chromium | 6 +- chrome/test/data/sunspider/json2.js | 478 ---------------------- chrome/test/data/sunspider/sunspider-results.html | 6 +- chrome/test/data/v8_benchmark/README.chromium | 6 +- chrome/test/data/v8_benchmark/json2.js | 478 ---------------------- chrome/test/data/v8_benchmark/run.html | 3 +- 10 files changed, 495 insertions(+), 1449 deletions(-) delete mode 100644 chrome/test/data/dom_checker/json2.js create mode 100644 chrome/test/data/json2.js delete mode 100644 chrome/test/data/sunspider/json2.js delete mode 100644 chrome/test/data/v8_benchmark/json2.js (limited to 'chrome') diff --git a/chrome/test/data/dom_checker/README.chromium b/chrome/test/data/dom_checker/README.chromium index 978900c..b3925ef 100644 --- a/chrome/test/data/dom_checker/README.chromium +++ b/chrome/test/data/dom_checker/README.chromium @@ -12,9 +12,9 @@ Modifications: necessary to help automate the test. The intent is to put most of the extra code into this file to mitigate the number of changes that need to be made to DOM checker. - - Added json2.js, a parser/stringifier for JSON in JavaScript. This is used - to stringify results for consumption by the test automation. Included this - file in dom_checker.html. + - Included json2.js, a parser/stringifier for JSON in JavaScript, in + dom_checker.html. This is used to stringify results for consumption by the + test automation. - Modified dom_checker.html to not complain when running the test on a specified port other than the default port. - Modified dom_checker.html to start the tests immediately on page load, diff --git a/chrome/test/data/dom_checker/dom_checker.html b/chrome/test/data/dom_checker/dom_checker.html index 7fcccb6..c7e38c6 100644 --- a/chrome/test/data/dom_checker/dom_checker.html +++ b/chrome/test/data/dom_checker/dom_checker.html @@ -26,10 +26,11 @@ DOM checker - browser domain context separation validator - - + + + + + + - - - + + -- cgit v1.1