From: Cui, Jieqiong Date: Tue, 13 Aug 2013 08:49:06 +0000 (+0800) Subject: Fixed TTS-1875 to move 18 TCs from delta to tct-selectorslevel1-w3c-tests X-Git-Tag: 2.2.1_release~292^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f6ab03e1483a06bf5e88569591b0914ab7f8945;p=test%2Ftct%2Fweb%2Fapi.git Fixed TTS-1875 to move 18 TCs from delta to tct-selectorslevel1-w3c-tests Signed-off-by: Cui, Jieqiong --- diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_exists.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_exists.html index 5de799a5d..7e3d6564d 100644 --- a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_exists.html +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_exists.html @@ -46,6 +46,6 @@ Authors: test(function() { assert_true("querySelector" in document,document.title); }); - + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_no_argument.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_no_argument.html new file mode 100644 index 000000000..37ce8aa39 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_no_argument.html @@ -0,0 +1,58 @@ + + + + + + Selectors API Level1 Test: selectors1_document_queryselector_no_argument + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_return_null.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_return_null.html new file mode 100644 index 000000000..5a1407ab7 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_return_null.html @@ -0,0 +1,52 @@ + + + + + + Selectors API Level1 Test: selectors1_document_queryselector_return_null + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_type.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_type.html new file mode 100644 index 000000000..53d0798db --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_type.html @@ -0,0 +1,52 @@ + + + + + + Selectors API Level1 Test: selectors1_document_queryselector_type + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_exists.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_exists.html index 441c92b12..0a9bb08e6 100644 --- a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_exists.html +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_exists.html @@ -46,6 +46,6 @@ Authors: test(function() { assert_true("querySelectorAll" in document,document.title); }); - + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_no_argument.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_no_argument.html new file mode 100644 index 000000000..65996e98c --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_no_argument.html @@ -0,0 +1,58 @@ + + + + + + Selectors API Level1 Test: selectors1_document_queryselectorall_no_argument + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_return_nodelist.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_return_nodelist.html new file mode 100644 index 000000000..f47541726 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_return_nodelist.html @@ -0,0 +1,55 @@ + + + + + + Selectors API Level1 Test: selectors1_document_queryselectorall_return_nodelist + + + + + + + + +
+
+ +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_type.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_type.html new file mode 100644 index 000000000..80bc222bf --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_type.html @@ -0,0 +1,52 @@ + + + + + + Selectors API Level1 Test: selectors1_document_queryselectorall_type + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_exists.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_exists.html index 5f1b8b2b6..9e02b36e9 100644 --- a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_exists.html +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_exists.html @@ -47,6 +47,6 @@ Authors: var frag = document.createDocumentFragment(); assert_true("querySelector" in frag,document.title); }); - + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_no_argument.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_no_argument.html new file mode 100644 index 000000000..c2a7e0b2f --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_no_argument.html @@ -0,0 +1,59 @@ + + + + + + Selectors API Level1 Test: selectors1_documentfragment_queryselector_no_argument + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_first.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_first.html new file mode 100644 index 000000000..392f42a0c --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_first.html @@ -0,0 +1,59 @@ + + + + + + Selectors API Level1 Test: selectors1_documentfragment_queryselector_return_first + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_type.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_type.html new file mode 100644 index 000000000..e5beaf0dd --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_type.html @@ -0,0 +1,53 @@ + + + + + + Selectors API Level1 Test: selectors1_documentfragment_queryselector_type + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_exists.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_exists.html index 9f56c16b5..988c68160 100644 --- a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_exists.html +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_exists.html @@ -46,6 +46,6 @@ Authors: var frag = document.createDocumentFragment(); assert_true("querySelectorAll" in frag,document.title); }); - + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_no_argument.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_no_argument.html new file mode 100644 index 000000000..669fe5dfe --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_no_argument.html @@ -0,0 +1,59 @@ + + + + + + Selectors API Level1 Test: selectors1_documentfragment_queryselectorall_no_argument + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_return_nodelist.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_return_nodelist.html new file mode 100644 index 000000000..bdcd334ba --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_return_nodelist.html @@ -0,0 +1,53 @@ + + + + + + Selectors API Level1 Test: selectors1_documentfragment_queryselectorall_return_nodelist + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_type.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_type.html new file mode 100644 index 000000000..cb9ab84ea --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_type.html @@ -0,0 +1,53 @@ + + + + + + Selectors API Level1 Test: selectors1_documentfragment_queryselectorall_type + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_exists.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_exists.html index cf4293195..8e0fcad19 100644 --- a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_exists.html +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_exists.html @@ -47,6 +47,6 @@ Authors: var element = document.getElementById("log"); assert_true("querySelector" in element,document.title); }); - + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_no_argument.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_no_argument.html new file mode 100644 index 000000000..d68975ce7 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_no_argument.html @@ -0,0 +1,60 @@ + + + + + + Selectors API Level1 Test: selectors1_element_queryselector_no_argument + + + + + + + + +
+
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_first.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_first.html new file mode 100644 index 000000000..dfd1bd757 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_first.html @@ -0,0 +1,57 @@ + + + + + + Selectors API Level1 Test: selectors1_element_queryselector_return_first + + + + + + + + +
+ + + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_type.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_type.html new file mode 100644 index 000000000..df611ed51 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_type.html @@ -0,0 +1,53 @@ + + + + + + Selectors API Level1 Test: selectors1_element_queryselector_type + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_exists.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_exists.html index 87812c854..e353a261f 100644 --- a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_exists.html +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_exists.html @@ -47,6 +47,6 @@ Authors: var element = document.getElementById("log"); assert_true("querySelectorAll" in element,document.title); }); - + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_no_argument.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_no_argument.html new file mode 100644 index 000000000..4934703e0 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_no_argument.html @@ -0,0 +1,58 @@ + + + + + + Selectors API Level1 Test: selectors1_element_queryselectorall_no_argument + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_return_nodelist.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_return_nodelist.html new file mode 100644 index 000000000..e15d80c43 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_return_nodelist.html @@ -0,0 +1,56 @@ + + + + + + Selectors API Level1 Test: selectors1_element_queryselectorall_return_nodelist + + + + + + + + +
+
+ +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_type.html b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_type.html new file mode 100644 index 000000000..c5fc62882 --- /dev/null +++ b/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_type.html @@ -0,0 +1,53 @@ + + + + + + Selectors API Level1 Test: selectors1_element_queryselectorall_type + + + + + + + + +
+ + + diff --git a/tct-selectorslevel1-w3c-tests/tests.xml b/tct-selectorslevel1-w3c-tests/tests.xml index 434d98167..a4cc1a779 100644 --- a/tct-selectorslevel1-w3c-tests/tests.xml +++ b/tct-selectorslevel1-w3c-tests/tests.xml @@ -111,6 +111,366 @@ + + + + + + + Check if DocumentFragment.querySelectorAll() method without arguments that must excepting TypeError exception is to be thrown + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_no_argument.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if DocumentFragment.querySelectorAll() method return a NodeList containing all of the matching Element nodes within the subtrees of the context node, in document order + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_return_nodelist.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if DocumentFragment.querySelectorAll() method is of type function + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_type.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if DocumentFragment.querySelector() method must return the first matching Element node within the subtrees of the context node + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_first.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if DocumentFragment.querySelector() method is of type function + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_type.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if DocumentFragment.querySelector() method without arguments that must excepting TypeError exception is to be thrown + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_no_argument.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if document.querySelectorAll() method without arguments that must excepting TypeError exception is to be thrown + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_no_argument.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if document.querySelectorAll() method return a NodeList containing all of the matching Element nodes within the subtrees of the context node + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_return_nodelist.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if document.querySelectorAll() method is of type function + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_type.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if document.querySelector() method without arguments that must excepting TypeError exception is to be thrown + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_no_argument.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if document.querySelector() method return null if there is no matching Element + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_return_null.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if document.querySelector() method is of type function + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_type.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if element.querySelectorAll() method without arguments that must excepting TypeError exception is to be thrown + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_no_argument.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if element.querySelectorAll() method must return a NodeList containing all of the matching Element nodes within the subtrees of the context node, in document order + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_return_nodelist.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if element.querySelectorAll() method is of type function + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_type.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if element.querySelector() method without arguments that must excepting TypeError exception is to be thrown + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_no_argument.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if element.querySelector() method must return the first matching Element node within the subtrees of the context node + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_first.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + + + + + + + + + Check if element.querySelector() method is of type function + Pass + + + /opt/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_type.html + + + + + http://www.w3.org/TR/2012/WD-selectors-api-20120628/#interface-definitions + + + +