From cfb0617749a64f2e177386b030d46007b8c4b179 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 25 Feb 2010 10:58:37 +0000 Subject: Adds layout tests for HTML5 features The following layout tests should all pass on Android, as they are for recently implemented HTML5 features ... - fast/dom/Geolocation - storage - http/tests/appcache This change adds these tests to the Android tree, at the current WebKit revision r54731. This is so that we can easily keep track of which tests should always be green, and so that we can add Android-specific test results. We also add the following paths ... - fast/js/resources - used by the Geolocation tests - http/conf - used by the Appcache tests Tests that are currently failing are added to the DumpRenderTree skipped list temporarily, to keep all tests green. Change-Id: Id96c05e3746ed64e4e4c40c99567b8def688f90a --- LayoutTests/fast/js/resources/standalone-post.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 LayoutTests/fast/js/resources/standalone-post.js (limited to 'LayoutTests/fast/js/resources/standalone-post.js') diff --git a/LayoutTests/fast/js/resources/standalone-post.js b/LayoutTests/fast/js/resources/standalone-post.js new file mode 100644 index 0000000..4b8a56d --- /dev/null +++ b/LayoutTests/fast/js/resources/standalone-post.js @@ -0,0 +1,2 @@ +shouldBeTrue("successfullyParsed"); +debug("\nTEST COMPLETE\n"); -- cgit v1.1