Fixed TTS-1921 by removing one not support TC and updating timeout
authorCui, Jieqiong <jieqiongx.cui@intel.com>
Fri, 23 Aug 2013 03:49:15 +0000 (11:49 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Fri, 23 Aug 2013 03:59:40 +0000 (11:59 +0800)
Signed-off-by: Cui, Jieqiong <jieqiongx.cui@intel.com>
tct-sessionhistory-html5-tests/sessionhistory/w3c/004.html
tct-sessionhistory-html5-tests/sessionhistory/w3c/COPYING
tct-sessionhistory-html5-tests/tests.full.xml
tct-sessionhistory-html5-tests/tests.xml

index 0c4ab456e2a89e4d3c5a1ca87c573578742fa144..9c7bbfc8bf3e557ebe4fd71c7c30af782e50b03a 100644 (file)
@@ -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 () {
index c6ed954ed1aa9c32976e1ddea73f17ec6cf0bd5c..41428f8fb9fd57e4bd9eb13b6e31d0489a3b6229 100644 (file)
@@ -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:
index 0d9b26e1c79a9fb7a181ac8115f0ba35b70a77cf..2b60ce81378022b09bf722e6b02f8cc40d0e4eab 100644 (file)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="history.length should update when loading pages in an iframe" type="compliance" status="approved" component="WebAPI/Communication/HTML5 The session history of browsing contexts (Partial)" execution_type="auto" priority="P2" id="history_length_update_when_loading_pages">
-        <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>history.length should update when loading pages in an iframe</step_desc>
-              <expected>Pass</expected>
-            </step>
-          </steps>
-          <test_script_entry>http://127.0.0.1:8080/opt/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html?total_num=40&amp;locator_key=id&amp;value=1</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="length" interface="History" specification="HTML5 The session history of browsing contexts (Partial)" section="Communication" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/history.html#the-history-interface</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="history.length should update when setting location.hash" type="compliance" status="approved" component="WebAPI/Communication/HTML5 The session history of browsing contexts (Partial)" execution_type="auto" priority="P2" id="history_length_update_when_setting_location_hash">
         <description>
           <pre_condition/>
index 5cd1aa5708e6da173ca29236ed4d1c7ddc78755d..0f618a4e3357571f57591f87e0b46696bbb164c3 100644 (file)
           <test_script_entry>/opt/tct-sessionhistory-html5-tests/sessionhistory/history_forward_basic.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Communication/HTML5 The session history of browsing contexts (Partial)" execution_type="auto" id="history_length_update_when_loading_pages" purpose="history.length should update when loading pages in an iframe">
-        <description>
-          <test_script_entry>http://127.0.0.1:8080/opt/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html?total_num=40&amp;locator_key=id&amp;value=1</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Communication/HTML5 The session history of browsing contexts (Partial)" execution_type="auto" id="history_length_update_when_setting_location_hash" purpose="history.length should update when setting location.hash">
         <description>
           <test_script_entry>http://127.0.0.1:8080/opt/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html?total_num=40&amp;locator_key=id&amp;value=2</test_script_entry>
         </testcase>
     </set>
   </suite>
-</test_definition>
\ No newline at end of file
+</test_definition>