From: yuhanx.xu Date: Tue, 13 Aug 2013 08:57:02 +0000 (+0800) Subject: Fixed TTS-1875 to move 7 TCs from delta to tct-fileapi-w3c-tests X-Git-Tag: 2.2.1_release~287^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebee8dd270407da63f982db0c75ff09beea9949e;p=test%2Ftct%2Fweb%2Fapi.git Fixed TTS-1875 to move 7 TCs from delta to tct-fileapi-w3c-tests Signed-off-by: yuhanx.xu --- diff --git a/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html b/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html new file mode 100644 index 000000000..bb1c17616 --- /dev/null +++ b/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html @@ -0,0 +1,64 @@ + + + + + + File API Test: FileReader_DONE_type + + + + + + + + + +
+ + + diff --git a/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html b/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html new file mode 100644 index 000000000..a2ef6862a --- /dev/null +++ b/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html @@ -0,0 +1,64 @@ + + + + + + File API Test: FileReader_EMPTY_type + + + + + + + + + +
+ + + diff --git a/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html b/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html new file mode 100644 index 000000000..dc49955de --- /dev/null +++ b/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html @@ -0,0 +1,64 @@ + + + + + + File API Test: FileReader_LOADING_type + + + + + + + + + +
+ + + diff --git a/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html b/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html new file mode 100644 index 000000000..c8af04775 --- /dev/null +++ b/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html @@ -0,0 +1,60 @@ + + + + + + File API Test: FileReader_constructor_base + + + + + + + + + +
+ + + diff --git a/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html b/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html new file mode 100644 index 000000000..984d135c0 --- /dev/null +++ b/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html @@ -0,0 +1,71 @@ + + + + + + File API Test: FileReader_error_readonly + + + + + + + + + +
+ + + diff --git a/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html b/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html new file mode 100644 index 000000000..10f41b4eb --- /dev/null +++ b/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html @@ -0,0 +1,63 @@ + + + + + + File API Test: FileReader_readyState_type + + + + + + + + + +
+ + + diff --git a/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html b/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html new file mode 100644 index 000000000..047bce317 --- /dev/null +++ b/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html @@ -0,0 +1,66 @@ + + + + + + File API Test: FileReader_result_readonly + + + + + + + + + +
+ + + diff --git a/tct-fileapi-w3c-tests/tests.xml b/tct-fileapi-w3c-tests/tests.xml index 2a33b0b19..a1dec4936 100644 --- a/tct-fileapi-w3c-tests/tests.xml +++ b/tct-fileapi-w3c-tests/tests.xml @@ -525,6 +525,132 @@ + + + + + Check if the user agent must return a new FileReader object when the FileReader() constructor is invoked + Pass + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html + + + + + http://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-filereader + When the FileReader() constructor is invoked, the user agent MUST return a new FileReader object + + + + + + + + Check if the constant FileReader.DONE is of type number + Pass + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html + + + + + http://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-done + + + + + + + + + Check if the constant FileReader.EMPTY is of type number + Pass + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html + + + + + http://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-empty + + + + + + + + + Check if FileReader.error is readonly + Pass + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html + + + + + http://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-error + + + + + + + + + Check if the constant FileReader.LOADING is of type number + Pass + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html + + + + + http://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-loading + + + + + + + + + Check if FileReader.readyState is of type number + Pass + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html + + + + + http://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-readyState + + + + + + + + + Check if FileReader.result is readonly + Pass + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html + + + + + http://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-result + + + +