From: Cui, Jieqiong Date: Fri, 23 Aug 2013 03:49:15 +0000 (+0800) Subject: Fixed TTS-1921 by removing one not support TC and updating timeout X-Git-Tag: 2.2.1_release~230 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f58d6ff3cd60d58270c9273462e802d684c6fd9;p=test%2Ftct%2Fweb%2Fapi.git Fixed TTS-1921 by removing one not support TC and updating timeout Signed-off-by: Cui, Jieqiong --- diff --git a/tct-sessionhistory-html5-tests/sessionhistory/w3c/004.html b/tct-sessionhistory-html5-tests/sessionhistory/w3c/004.html index 0c4ab456e..9c7bbfc8b 100644 --- a/tct-sessionhistory-html5-tests/sessionhistory/w3c/004.html +++ b/tct-sessionhistory-html5-tests/sessionhistory/w3c/004.html @@ -36,7 +36,7 @@ window.onload = function () { assert_equals( location.hash.replace(/^#/,''), 'baz', 'the browser navigated synchronously' ); }, '.go commands should be queued until the thread has ended'); history.go(-1); - setTimeout(checkjumps,100); + setTimeout(checkjumps,1000); } function checkjumps() { test(function () { diff --git a/tct-sessionhistory-html5-tests/sessionhistory/w3c/COPYING b/tct-sessionhistory-html5-tests/sessionhistory/w3c/COPYING index c6ed954ed..41428f8fb 100644 --- a/tct-sessionhistory-html5-tests/sessionhistory/w3c/COPYING +++ b/tct-sessionhistory-html5-tests/sessionhistory/w3c/COPYING @@ -8,6 +8,11 @@ copy below files: 010-5.php to cgi folder with some modfication to support cgi. +004.html + + - setTimeout(checkjumps,100); + + setTimeout(checkjumps,1000); + These tests are copyright by W3C and/or the author listed in the test file. The tests are dual-licensed under the W3C Test Suite License: diff --git a/tct-sessionhistory-html5-tests/tests.full.xml b/tct-sessionhistory-html5-tests/tests.full.xml index 0d9b26e1c..2b60ce813 100644 --- a/tct-sessionhistory-html5-tests/tests.full.xml +++ b/tct-sessionhistory-html5-tests/tests.full.xml @@ -423,26 +423,6 @@ - - - - - - - history.length should update when loading pages in an iframe - Pass - - - http://127.0.0.1:8080/opt/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html?total_num=40&locator_key=id&value=1 - - - - - http://www.w3.org/TR/2012/WD-html5-20121025/history.html#the-history-interface - - - - diff --git a/tct-sessionhistory-html5-tests/tests.xml b/tct-sessionhistory-html5-tests/tests.xml index 5cd1aa570..0f618a4e3 100644 --- a/tct-sessionhistory-html5-tests/tests.xml +++ b/tct-sessionhistory-html5-tests/tests.xml @@ -115,11 +115,6 @@ /opt/tct-sessionhistory-html5-tests/sessionhistory/history_forward_basic.html - - - http://127.0.0.1:8080/opt/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html?total_num=40&locator_key=id&value=1 - - http://127.0.0.1:8080/opt/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html?total_num=40&locator_key=id&value=2 @@ -559,4 +554,4 @@ - \ No newline at end of file +