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 () {
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:
</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&locator_key=id&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/>
<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&locator_key=id&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&locator_key=id&value=2</test_script_entry>
</testcase>
</set>
</suite>
-</test_definition>
\ No newline at end of file
+</test_definition>