Fixed TTS-1875 to move 29 TCs from delta to tct-ui-css3-tests
authorCui, Jieqiong <jieqiongx.cui@intel.com>
Wed, 14 Aug 2013 09:06:11 +0000 (17:06 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Wed, 14 Aug 2013 09:12:01 +0000 (17:12 +0800)
Signed-off-by: Cui, Jieqiong <jieqiongx.cui@intel.com>
35 files changed:
tct-ui-css3-tests/tests.xml
tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_default.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_cursor_none.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-offset.html
tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-width.html
tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_outline.html
tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_resize_initial.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html [new file with mode: 0644]
tct-ui-css3-tests/ui/CSS3UI_text-overflow_ellipsis.html
tct-ui-css3-tests/ui/CSS3UI_text-overflow_initial.html

index 616c59dc04a5ab56620fb72393d6147a5aaf0de4..4574bff27bb8297dd33d55a1e5d7b477a3c73d1a 100644 (file)
           </spec>
         </specs>
       </testcase>
+      <testcase purpose="Check if 'box-sizing:border-box' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_box-sizing_border-box">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モbox-sizing:bordernegbox;background-color:#0000FF;font-family:Georgia;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="box-sizing" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'box-sizing:content-box' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_box-sizing_content-box">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モbox-sizing:contentnegbox;background-color:#C9F;font-family:Georgia;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="box-sizing" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the box-sizing initial value on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P3" id="CSS3UI_box-sizing_initial_value">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was not set, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:auto' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_auto">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:auto' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:cell' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_cell">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:cell' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:copy' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_copy">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:copy' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:default' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_default">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:default' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_default.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:ew-resize' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_ew-resize">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:ew-resize' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor' attribute initial value on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_initial">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor' attribute initial value on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:none' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_none">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:none' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_none.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the 'outline-color' initial value on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-color_initial_value">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check the 'outline-color' initial value on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-color" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-color</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-width:5px;outline-style:inset;outline-color:red' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-color_red">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'outline-width:5px;outline-style:inset;outline-color:red' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-color" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-color</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the 'outline' initial value on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline_initial_value">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check the 'outline' initial value on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-offset:10px;outline-style:dashed;outline-color:#FF0000' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-offset_10px_dashed_FF0000">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モoutline-offset:10px;outline-style:dashed;outline-color:#FF0000;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-offset" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-offset</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-offset:30px;outline-style:dashed;outline-color:#FF0000' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-offset_30px_dashed_FF0000">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モoutline-offset:30px;outline-style:dashed;outline-color:#FF0000;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-offset" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-offset</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-offset:30px;outline-style:inset;outline-color:#ffc' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-offset_30px_inset_ffc">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モoutline-offset:30px;outline-style:inset;outline-color:#ffc;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-offset" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-offset</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-style:dashed' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-style_dashed">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'outline-style:dashed' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-style" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-style:dotted' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-style_dotted">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'outline-style:dotted' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-style" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-style:groove' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-style_groove">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'outline-style:groove' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-style" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the 'outline-style' initial value" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-style_initial_value">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check the 'outline-style' initial value</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-style" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-style:inset' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-style_inset">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'outline-style:inset' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-style" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-width:20px;outline-style:dashed' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-width_20px_dashed">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'outline-width:20px;outline-style:dashed' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-width" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-width</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'outline-width:30px;outline-style:dotted' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_outline-width_30px_dotted">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'outline-width:30px;outline-style:dotted' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="outline-width" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-width</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'resize:horizontal;width:100px;overflow:auto;border:2px' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_resize_horizontal">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モresize:horizontal;width:100px;overflow:auto;border:2px;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="resize" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#resize</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'resize' initial value on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_resize_initial">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Use WRT to visit the "resize" to check if the element resize test expected "both"</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_resize_initial.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="resize" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#resize</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'resize:vertical;width:100px;overflow:auto;border:2px' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_resize_vertical">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モresize:vertical;width:100px;overflow:auto;border:2px;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="resize" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#resize</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'text-overflow:clip;overflow:auto;background-color:#0000FF;white-space:nowrap;box-sizing:border-box' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_text-overflow_clip_auto_nowrap_border-box">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>when the test content was set in モtext-overflow:clip;overflow:auto;background-color:#0000FF;white-space:nowrap;Box-sizing:bordernegbox;ヤ format, it is shown like you can see now on the computer</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="text-overflow" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#text-overflow</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:context-menu' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_context-menu">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:context-menu' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if 'cursor:nesw-resize' on test div" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" execution_type="auto" priority="P2" id="CSS3UI_cursor_nesw-resize">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Check if 'cursor:nesw-resize' on test div</step_desc>
+              <expected>Pass</expected>
+            </step>
+          </steps>
+          <test_script_entry>/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="property" element_name="cursor" interface="CSS" specification="CSS Basic User Interface Module Level 3 (CSS3 UI) (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
     </set>
   </suite>
 </test_definition>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html b/tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html
new file mode 100644 (file)
index 0000000..1e8c820
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_box-sizing_border-box</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing" />
+    <meta name="assert" content="Check if 'box-sizing:border-box' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("box-sizing")] = "border-box";
+            var propvalue = GetCurrentStyle("box-sizing");
+            assert_equals(propvalue, "border-box", "The box-sizing value");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html b/tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html
new file mode 100644 (file)
index 0000000..d8cdf29
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_box-sizing_content-box</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing" />
+    <meta name="assert" content="Check if 'box-sizing:content-box' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("box-sizing")] = "content-box";
+            var propvalue = GetCurrentStyle("box-sizing");
+            assert_equals(propvalue, "content-box", "The box-sizing value");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html b/tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html
new file mode 100644 (file)
index 0000000..ea9bde8
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_box-sizing_initial_value</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing" />
+    <meta name="assert" content="Check the box-sizing initial value on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var propvalue = GetCurrentStyle("box-sizing");
+            assert_equals(propvalue, "content-box", "The box-sizing value");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html
new file mode 100644 (file)
index 0000000..8cbd0f4
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_auto</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:auto' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "auto";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "auto", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html
new file mode 100644 (file)
index 0000000..651f979
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_cell</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:cell' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "cell";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "cell", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html
new file mode 100644 (file)
index 0000000..4f70f5b
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_context-menu</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:context-menu' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "context-menu";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "context-menu", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html
new file mode 100644 (file)
index 0000000..84b3607
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_copy</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:copy' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "copy";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "copy", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_default.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_default.html
new file mode 100644 (file)
index 0000000..e9e12e0
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_default</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:default' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "default";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "default", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html
new file mode 100644 (file)
index 0000000..57c702a
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_ew-resize</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:ew-resize' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "ew-resize";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "ew-resize", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html
new file mode 100644 (file)
index 0000000..52595f5
--- /dev/null
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_initial</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor' attribute initial value on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "auto", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html
new file mode 100644 (file)
index 0000000..58cb141
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_nesw-resize</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:nesw-resize' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js"></script>
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "nesw-resize";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "nesw-resize", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_cursor_none.html b/tct-ui-css3-tests/ui/CSS3UI_cursor_none.html
new file mode 100644 (file)
index 0000000..7be50b4
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_cursor_none</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#cursor" />
+    <meta name="assert" content="Check if 'cursor:none' on test div" />
+    <meta name="flags" content="" />
+    <script src="support/user.js" ></script>
+    <script src="../resources/testharness.js" ></script>
+    <script src="../resources/testharnessreport.js" ></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"> Test cursor Attribute</div>
+    <script>
+        test(function(){
+            var div = document.querySelector("#test");
+            div.style[headProp("cursor")] = "none";
+            var cursor = GetCurrentStyle("cursor");
+            assert_equals(cursor, "none", "The userInterface cursor");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html b/tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html
new file mode 100644 (file)
index 0000000..eac7b5d
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-color_initial_value</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-color" />
+    <meta name="assert" content="Check the 'outline-color' initial value on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function(){
+            var propvalue = GetCurrentStyle("outline-color");
+            assert_equals(propvalue, "rgb(0, 0, 0)", "The userInterface outline-color");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html b/tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html
new file mode 100644 (file)
index 0000000..d75c5af
--- /dev/null
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-color_red</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-color" />
+    <meta name="assert" content="Check if 'outline-width:5px;outline-style:inset;outline-color:red' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+    <style type="text/css">
+        #test{
+            outline-color:red;
+        }
+    </style>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script >
+        test(function(){
+            var propvalue = GetCurrentStyle("outline-color");
+            assert_equals(propvalue, "rgb(255, 0, 0)", "The userInterface outline-color");
+        }, document.title);
+    </script>
+  </body>
+</html>
index 8955577cbedc2e1841bfd8ad31116fb94c8bf218..fc53d186b76b79ebe3b231da524443eac58b14a2 100644 (file)
@@ -27,7 +27,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         haox,li <haox,li@intel.com>
+
 -->
 
 <html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html b/tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html
new file mode 100644 (file)
index 0000000..9d2218a
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-offset_10px_dashed_FF0000</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-offset" />
+    <meta name="assert" content="Check if 'outline-offset:10px;outline-style:dashed;outline-color:#FF0000' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-offset")] = "10px";
+            div.style[headProp("outline-style")] = "dashed";
+            div.style[headProp("outline-color")] = "#FF0000";
+            var propvalue = GetCurrentStyle("outline-offset");
+            assert_equals(propvalue, "10px", "The userInterface outline-offset");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html b/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html
new file mode 100644 (file)
index 0000000..2c28944
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-offset_30px_dashed_FF0000</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-offset" />
+    <meta name="assert" content="Check if 'outline-offset:30px;outline-style:dashed;outline-color:#FF0000' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-offset")] = "30px";
+            div.style[headProp("outline-style")] = "dashed";
+            div.style[headProp("outline-color")] = "#FF0000";
+            var propvalue = GetCurrentStyle("outline-offset");
+            assert_equals(propvalue, "30px", "The userInterface outline-offset");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html b/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html
new file mode 100644 (file)
index 0000000..2a072a9
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-offset_30px_inset_ffc</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-offset" />
+    <meta name="assert" content="Check if 'outline-offset:30px;outline-style:inset;outline-color:#ffc' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-offset")] = "30px";
+            div.style[headProp("outline-style")] = "inset";
+            div.style[headProp("outline-color")] = "#ffc";
+            var propvalue = GetCurrentStyle("outline-offset");
+            assert_equals(propvalue, "30px", "The userInterface outline-offset");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html b/tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html
new file mode 100644 (file)
index 0000000..ee3ad69
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-style_dashed</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style" />
+    <meta name="assert" content="Check if 'outline-style:dashed' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-style")] = "dashed";
+            var propvalue = GetCurrentStyle("outline-style");
+            assert_equals(propvalue, "dashed", "The userInterface outline-style");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html b/tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html
new file mode 100644 (file)
index 0000000..2b16290
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-style_dotted</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style" />
+    <meta name="assert" content="Check if 'outline-style:dotted' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-style")] = "dotted";
+            var propvalue = GetCurrentStyle("outline-style");
+            assert_equals(propvalue, "dotted", "The userInterface outline-style");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html b/tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html
new file mode 100644 (file)
index 0000000..5ea1e3c
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-style_groove</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style" />
+    <meta name="assert" content="Check if 'outline-style:groove' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-style")] = "groove";
+            var propvalue = GetCurrentStyle("outline-style");
+            assert_equals(propvalue, "groove", "The userInterface outline-style");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html b/tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html
new file mode 100644 (file)
index 0000000..ea6a073
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-style_initial_value</title>
+    <link rel="author" title="Intel" href="http://www.intel.com" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style" />
+    <meta name="flags" content="" />
+    <meta name="assert" content="Check the 'outline-style' initial value" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var test = GetCurrentStyle("outlineStyle");
+            assert_equals(test, "none", "The element outline-style ");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html b/tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html
new file mode 100644 (file)
index 0000000..e6cb12f
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-style_inset</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-style" />
+    <meta name="assert" content="Check if 'outline-style:inset' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-style")] = "inset";
+            var propvalue = GetCurrentStyle("outline-style");
+            assert_equals(propvalue, "inset", "The userInterface outline-style");
+        }, document.title);
+    </script>
+  </body>
+</html>
index 37eb377ef30a261618a89b26cbc68d1e7db5584b..5551024c2cc61c1f43e941fd9b7da481128ac3b1 100644 (file)
@@ -27,7 +27,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         haox,li <haox,li@intel.com>
+
 -->
 
 <html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html b/tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html
new file mode 100644 (file)
index 0000000..0198cf5
--- /dev/null
@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-width_20px_dashed</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-width" />
+    <meta name="assert" content="Check if 'outline-width:20px;outline-style:dashed' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-width")] = "20px";
+            div.style[headProp("outline-style")] = "dashed";
+            var propvalue = GetCurrentStyle("outline-width");
+            assert_equals(propvalue, "20px", "The userInterface outline-width");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html b/tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html
new file mode 100644 (file)
index 0000000..4fcd243
--- /dev/null
@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline-width_30px_dotted</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline-width" />
+    <meta name="assert" content="Check if 'outline-width:30px;outline-style:dotted' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("outline-width")] = "30px";
+            div.style[headProp("outline-style")] = "dotted";
+            var propvalue = GetCurrentStyle("outline-width");
+            assert_equals(propvalue, "30px", "The userInterface outline-width");
+        }, document.title);
+    </script>
+  </body>
+</html>
index 6d4ebfa7bcf3d0d1642aa2650be3e9b3933bd371..ffa43a1b30bf4982c9dcee52cb1fe300d419ceff 100644 (file)
@@ -27,7 +27,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         haox,li <haox,li@intel.com>
+
 -->
 
 <html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html b/tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html
new file mode 100644 (file)
index 0000000..795cb63
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_outline_initial_value</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#outline" />
+    <meta name="assert" content="Check the 'outline' initial value on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div  id="test"></div>
+    <script>
+        test(function () {
+            var propvalue = GetCurrentStyle("outline");
+            assert_equals(propvalue, "rgb(0, 0, 0) none 0px", "The userInterface outline");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html b/tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html
new file mode 100644 (file)
index 0000000..9583798
--- /dev/null
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_resize_horizontal</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#resize" />
+    <meta name="assert" content="Check if 'resize:horizontal;width:100px;overflow:auto;border:2px' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("resize")] = "horizontal";
+            div.style[headProp("width")] = "100px";
+            div.style[headProp("overflow")] = "auto";
+            div.style[headProp("border")] = "2px solid";
+            var propvalue = GetCurrentStyle("resize");
+            assert_equals(propvalue, "horizontal", "The userInterface resize");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_resize_initial.html b/tct-ui-css3-tests/ui/CSS3UI_resize_initial.html
new file mode 100644 (file)
index 0000000..87e86dc
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_resize_initial</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#resize" />
+    <meta name="assert" content="Check if 'resize' initial value on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script >
+        test(function(){
+            var propvalue = GetCurrentStyle("resize");
+            assert_equals(propvalue, "none", "The userInterface resize");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html b/tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html
new file mode 100644 (file)
index 0000000..95f106e
--- /dev/null
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_resize_vertical</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#resize" />
+    <meta name="assert" content="Check if 'resize:vertical;width:100px;overflow:auto;border:2px' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("resize")] = "vertical";
+            div.style[headProp("width")] = "100px";
+            div.style[headProp("overflow")] = "auto";
+            div.style[headProp("border")] = "2px solid";
+            var propvalue = GetCurrentStyle("resize");
+            assert_equals(propvalue, "vertical", "The userInterface resize");
+        }, document.title);
+    </script>
+  </body>
+</html>
diff --git a/tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html b/tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html
new file mode 100644 (file)
index 0000000..4819fef
--- /dev/null
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Intel Corporation.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of works must retain the original copyright notice, this list
+  of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the original copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its contributors
+  may be used to endorse or promote products derived from this work without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Authors:
+         haox,li <haox,li@intel.com>
+         Cui, Jieqiong <jieqiongx.cui@intel.com>
+
+-->
+
+<html>
+  <head>
+    <title>CSS3 UserInterface Test: CSS3UI_text-overflow_clip_auto_nowrap_border-box</title>
+    <link rel="author" title="Intel" href="http://www.intel.com/" />
+    <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#text-overflow" />
+    <meta name="assert" content="Check if 'text-overflow:clip;overflow:auto;background-color:#0000FF;white-space:nowrap;box-sizing:border-box' on test div" />
+    <meta name="flags" content="" />
+    <script src="../resources/testharness.js"></script>
+    <script src="../resources/testharnessreport.js"></script>
+    <script src="support/cssstyle.js"></script>
+  </head>
+  <body>
+    <div id="log"></div>
+    <div id="test"></div>
+    <script>
+        test(function () {
+            var div = document.querySelector("#test");
+            div.style[headProp("text-overflow")] = "clip";
+            div.style[headProp("overflow")] = "auto";
+            div.style[headProp("background-color")] = "#0000FF";
+            div.style[headProp("white-space")] = "nowrap";
+            div.style[headProp("box-sizing")] = "border-box";
+            var propvalue = GetCurrentStyle("text-overflow");
+            assert_equals(propvalue, "clip", "The userInterface text-overflow");
+        }, document.title);
+    </script>
+  </body>
+</html>
index c43b422fed88c810aa96efd7f09e9bf2e947ad4a..1b2fcae59cc5c42d8a0201b22022b3143899ebb6 100644 (file)
@@ -27,7 +27,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         haox,li <haox,li@intel.com>
+
 -->
 
 <html>
index 590593661953ee5f7e3b93972523a1752ba5571d..0a8b57a7a17d86bf3d4292f8e9e607f6a9104550 100644 (file)
@@ -27,7 +27,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         haox,li <haox,li@intel.com>
+
 -->
 
 <html>