Fix TTS-2110 by dividing canvas test under 60EA
authorLiu, Xin <xinx.liu@intel.com>
Mon, 28 Oct 2013 09:54:00 +0000 (17:54 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Mon, 28 Oct 2013 10:09:01 +0000 (18:09 +0800)
Signed-off-by: Liu, Xin <xinx.liu@intel.com>
tct-canvas-html5-tests/tests.full.xml
tct-canvas-html5-tests/tests.xml

index dc0806ee6aa25afe395a52d4c00be6ecb5fc5716..a5ab916f2b2129ff311b2f06fc7366523cd03b13 100644 (file)
@@ -2,7 +2,7 @@
 <?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
 <test_definition>
   <suite name="tct-canvas-html5-tests" launcher="WRTLauncher" category="W3C/HTML5 APIs">
-    <set name="Canvas">
+    <set name="Canvas1">
       <testcase purpose="Check if createImageData(imgdata) exists and returns something" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P1" id="2d.imageData.create1.basic">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.basic.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas2">
       <testcase purpose="Check if canvas2d.miterLimit exists" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P1" id="canvas2d_miterLimit_exist">
         <description>
           <test_script_entry>/opt/tct-canvas-html5-tests/canvas/canvas2d_miterLimit_exist.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas3">
       <testcase purpose="Check if setting fillStyle to a pattern of a different-origin image makes the canvas origin-unclean" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P3" id="security.pattern.image.fillStyle">
         <description>
           <test_script_entry test_script_expected_result="0">http://127.0.0.1:8080/opt/tct-canvas-html5-tests/canvas/w3c/security.pattern.image.fillStyle.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if Coordinate space goes from top-left to bottom-right" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P3" id="2d_coordinatespace">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#canvasrenderingcontext2d</spec_url>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check if the cross line can be displayed correctly" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P3" id="2d_line_cross">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.cross.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if CSS-scaled canvases get drawn correctly" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d.scaled">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.scaled.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="canvas" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-canvas</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if fillText respects Right-To-Left Override characters" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d.text.draw.fill.rtl">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the square value of lineCap means that a rectangle with the length of the line width and the width of half the line width, placed flat against the edge perpendicular to the direction of the line, must be added at the end of each line." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_linestyles_linecap_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="lineCap" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-linecap</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check the addColorStop method of CanvasGradient interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="canvas_colorsandstyles_addcolorstop_001">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_addcolorstop_001.htm</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_colorsandstyles_createlineargradient_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="createLinearGradient" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-createlineargradient</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check the arcTo method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_complexshapes_arcto_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="arcTo" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-arcto</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check the bezierCurveTo method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_complexshapes_beziercurveto_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="bezierCurveTo" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-beziercurveto</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check the isPointInPath attribute of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="canvas_complexshapes_ispointInpath_001">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_ispointInpath_001.htm</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check the globalCompositeOperation attribute of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_compositing_globalcompositeoperation_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="globalCompositeOperation" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-globalcompositeoperation</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_shadows_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="createLinearGradient" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-createlineargradient</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check the restore method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_state_restore_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="restore" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-restore</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if ignore 'inherit' property-independent style sheet syntax without assigning a new font value." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_text_font_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="canvas" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-canvas</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check the scale method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_transformations_scale_001">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="scale" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-scale</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="check if arcTo() curves in the right kind of shape" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_path_arcTo_shape_curve_one">
         <description>
           <test_script_entry test_script_expected_result="actual output is the same with expected result, check if it's acceptable with your eyes.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve1.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if the strokeText method can draw stroked text" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_stroke_basic">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="strokeText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-stroketext</spec_url>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the stroked and filled texts have same kerning exactly." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_kern_consistent">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="strokeText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-stroketext</spec_url>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check if textAlign left is on the left of the first em square" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_text_draw_align_left">
         <description>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.left.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if the fillText method  can draw filled text" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_basic">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check if textAlign end with rtl is the left edge" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_text_draw_align_end_rtl">
         <description>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.rtl.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if fillText method can handle maxWidth correctly when it is set to 0." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_maxWidth_zero">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if fillText method can handle maxWidth correctly when it is set to 'small'." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_maxWidth_small">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check if lineWidth can determine the width of line strokes" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_line_width_basic">
         <description>
           <test_script_entry test_script_expected_result="actual output is the same with expected result, check if it's acceptable with your eyes.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.width.basic.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if Shadows look correct for large blurs" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_shadow_blur_high">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="shadowBlur" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-shadowblur</spec_url>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if fillText function can handle maxWidth correctly" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_maxWidth_large">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check if textAlign right is on the right of the last em square (not the bounding box)" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_text_draw_align_right">
         <description>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.right.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas4">
       <testcase purpose="Check if toDataURL with a syntactically invalid type returns a PNG" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="toDataURL.bogustype">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/toDataURL.bogustype.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas5">
       <testcase purpose="Check if fillStyle parse rgba solid" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_fillStyle_parse_rgba_4solid">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas6">
       <testcase purpose="Check if Miter joins are drawn correctly with obtuse angles" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_line_miter_obtuse">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.obtuse.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas7">
       <testcase purpose="Check if arc() draws nothing when end = start + 2pi-e and anticlockwise" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_path_arc_twopie_one">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.1.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas8">
       <testcase purpose="Check if Zero-leight line segments are removed before stroking with miters" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_path_stroke_prune_corner">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.corner.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas9">
       <testcase purpose="Check if the drawImage.path works" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_drawImage_path">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.path.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas10">
       <testcase purpose="Check  if the image can be displayed correctly after setting fillStyle = 'hsla(120, 100%, 200%, 1)'" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_fillStyle_parse_hsla_clamp_three">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas11">
       <testcase purpose="Check shadows can be offset with negative x" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_shadow_offset_negativeX">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeX.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas12">
       <testcase purpose="Check if lineJoin 'bevel' is rendered correctly" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_line_join_bevel">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.join.bevel.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas13">
       <testcase purpose="Check if negative dimensions do not affect the direction of the image" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_drawImage_negativedir">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedir.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
+    </set>
+    <set name="Canvas14">
       <testcase purpose="Check if the empty clip can be displayed correctly" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" priority="P2" id="2d_path_clip_empty">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.empty.html</test_script_entry>
         </specs>
       </testcase>
     </set>
+    <set name="Canvas15">
+      <testcase purpose="Check if Coordinate space goes from top-left to bottom-right" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P3" id="2d_coordinatespace">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#canvasrenderingcontext2d</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if CSS-scaled canvases get drawn correctly" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d.scaled">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.scaled.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="canvas" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-canvas</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if fillText respects Right-To-Left Override characters" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d.text.draw.fill.rtl">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the square value of lineCap means that a rectangle with the length of the line width and the width of half the line width, placed flat against the edge perpendicular to the direction of the line, must be added at the end of each line." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_linestyles_linecap_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="lineCap" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-linecap</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+     <testcase purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_colorsandstyles_createlineargradient_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="createLinearGradient" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-createlineargradient</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the arcTo method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_complexshapes_arcto_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="arcTo" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-arcto</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the bezierCurveTo method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_complexshapes_beziercurveto_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="bezierCurveTo" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-beziercurveto</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the globalCompositeOperation attribute of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_compositing_globalcompositeoperation_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="globalCompositeOperation" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-globalcompositeoperation</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_shadows_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="createLinearGradient" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-createlineargradient</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the restore method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_state_restore_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="restore" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-restore</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if ignore 'inherit' property-independent style sheet syntax without assigning a new font value." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_text_font_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="canvas" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-canvas</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check the scale method of CanvasRenderingContext2D interface." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="canvas_transformations_scale_001">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="scale" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-scale</spec_url>
+            <spec_statement/>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the strokeText method can draw stroked text" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_stroke_basic">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="strokeText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-stroketext</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the stroked and filled texts have same kerning exactly." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_kern_consistent">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="strokeText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-stroketext</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the fillText method  can draw filled text" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_basic">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if fillText method can handle maxWidth correctly when it is set to 0." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_maxWidth_zero">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if fillText method can handle maxWidth correctly when it is set to 'small'." type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_maxWidth_small">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="check if Shadows look correct for large blurs" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_shadow_blur_high">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="shadowBlur" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-shadowblur</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if fillText function can handle maxWidth correctly" type="compliance" status="approved" component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" priority="P2" id="2d_text_draw_fill_maxWidth_large">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="method" element_name="fillText" interface="CanvasRenderingContext2D" specification="HTML5 The canvas element (Partial)" section="Graphics" category="Tizen W3C API Specifications"/>
+            <spec_url>http://www.w3.org/TR/2012/WD-2dcontext-20120329/#dom-context-2d-filltext</spec_url>
+          </spec>
+        </specs>
+      </testcase>
+
+    </set>
   </suite>
 </test_definition>
index 65a0d50576267f21f17eb0d342ddd7e3a3816d0b..68b41efc88643110bbf40594de1b18b74d7e8954 100644 (file)
@@ -2,7 +2,7 @@
 <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
   <suite name="tct-canvas-html5-tests" category="W3C/HTML5 APIs" launcher="WRTLauncher">
-    <set name="Canvas">
+    <set name="Canvas1">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d.imageData.create1.basic" purpose="Check if createImageData(imgdata) exists and returns something">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.basic.html</test_script_entry>
           <test_script_entry>/opt/tct-canvas-html5-tests/canvas/canvas2d_measureText_exist.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas2">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="canvas2d_miterLimit_exist" purpose="Check if canvas2d.miterLimit exists">
         <description>
           <test_script_entry>/opt/tct-canvas-html5-tests/canvas/canvas2d_miterLimit_exist.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">http://127.0.0.1:8080/opt/tct-canvas-html5-tests/canvas/w3c/security.pattern.image.strokeStyle.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas3">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="security.pattern.image.fillStyle" purpose="Check if setting fillStyle to a pattern of a different-origin image makes the canvas origin-unclean">
         <description>
           <test_script_entry test_script_expected_result="0">http://127.0.0.1:8080/opt/tct-canvas-html5-tests/canvas/w3c/security.pattern.image.fillStyle.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.canvas.reference.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_coordinatespace" purpose="Check if Coordinate space goes from top-left to bottom-right">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.html</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_line_cross" purpose="Check if the cross line can be displayed correctly">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.cross.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.ctor.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d.scaled" purpose="Check if CSS-scaled canvases get drawn correctly">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.scaled.html</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d.text.draw.fill.rtl" purpose="Check if fillText respects Right-To-Left Override characters">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.html</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_linestyles_linecap_001" purpose="Check if the square value of lineCap means that a rectangle with the length of the line width and the width of half the line width, placed flat against the edge perpendicular to the direction of the line, must be added at the end of each line.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="canvas_colorsandstyles_addcolorstop_001" purpose="Check the addColorStop method of CanvasGradient interface.">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_addcolorstop_001.htm</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_colorsandstyles_createlineargradient_001" purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001.htm</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_complexshapes_arcto_001" purpose="Check the arcTo method of CanvasRenderingContext2D interface.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_complexshapes_beziercurveto_001" purpose="Check the bezierCurveTo method of CanvasRenderingContext2D interface.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="canvas_complexshapes_ispointInpath_001" purpose="Check the isPointInPath attribute of CanvasRenderingContext2D interface.">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_ispointInpath_001.htm</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_compositing_globalcompositeoperation_001" purpose="Check the globalCompositeOperation attribute of CanvasRenderingContext2D interface.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_shadows_001" purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001.htm</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_state_restore_001" purpose="Check the restore method of CanvasRenderingContext2D interface.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_text_font_001" purpose="Check if ignore 'inherit' property-independent style sheet syntax without assigning a new font value.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001.htm</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_transformations_scale_001" purpose="Check the scale method of CanvasRenderingContext2D interface.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_path_arcTo_shape_curve_one" purpose="check if arcTo() curves in the right kind of shape">
         <description>
           <test_script_entry test_script_expected_result="actual output is the same with expected result, check if it's acceptable with your eyes.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve1.html</test_script_entry>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.center.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_stroke_basic" purpose="Check if the strokeText method can draw stroked text">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.html</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_kern_consistent" purpose="Check if the stroked and filled texts have same kerning exactly.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent.html</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_text_draw_align_left" purpose="Check if textAlign left is on the left of the first em square">
         <description>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.left.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_basic" purpose="Check if the fillText method  can draw filled text">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.html</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_text_draw_align_end_rtl" purpose="Check if textAlign end with rtl is the left edge">
         <description>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.rtl.html</test_script_entry>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.ltr.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_maxWidth_zero" purpose="Check if fillText method can handle maxWidth correctly when it is set to 0.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero.html</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_maxWidth_small" purpose="Check if fillText method can handle maxWidth correctly when it is set to 'small'.">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small.html</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_line_width_basic" purpose="Check if lineWidth can determine the width of line strokes">
         <description>
           <test_script_entry test_script_expected_result="actual output is the same with expected result, check if it's acceptable with your eyes.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.width.basic.html</test_script_entry>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.rtl.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_shadow_blur_high" purpose="check if Shadows look correct for large blurs">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.html</test_script_entry>
-        </description>
-        </testcase>
-      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_maxWidth_large" purpose="Check if fillText function can handle maxWidth correctly">
-        <description>
-          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.html</test_script_entry>
-        </description>
-        </testcase>
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_text_draw_align_right" purpose="Check if textAlign right is on the right of the last em square (not the bounding box)">
         <description>
           <test_script_entry test_script_expected_result="check if Text's horizontal position aligned with description in at http://www.w3.org/TR/2dcontext/#dom-context-2d-filltext.">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.right.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/toDataURL.default.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas4">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="toDataURL.bogustype" purpose="Check if toDataURL with a syntactically invalid type returns a PNG">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/toDataURL.bogustype.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.fill.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas5">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_fillStyle_parse_rgba_4solid" purpose="Check if fillStyle parse rgba solid">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas6">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_line_miter_obtuse" purpose="Check if Miter joins are drawn correctly with obtuse angles">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.obtuse.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.newsubpath.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas7">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_path_arc_twopie_one" purpose="Check if arc() draws nothing when end = start + 2pi-e and anticlockwise">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.1.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.1.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas8">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_path_stroke_prune_corner" purpose="Check if Zero-leight line segments are removed before stroking with miters">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.corner.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.unrecognised.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas9">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_drawImage_path" purpose="Check if the drawImage.path works">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.path.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.bottom.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas10">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_fillStyle_parse_hsla_clamp_three" purpose="Check  if the image can be displayed correctly after setting fillStyle = 'hsla(120, 100%, 200%, 1)'">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.join.parallel.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas11">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_shadow_offset_negativeX" purpose="Check shadows can be offset with negative x">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeX.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.outside.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas12">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_line_join_bevel" purpose="Check if lineJoin 'bevel' is rendered correctly">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.line.join.bevel.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas13">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_drawImage_negativedir" purpose="Check if negative dimensions do not affect the direction of the image">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedir.html</test_script_entry>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.1.html</test_script_entry>
         </description>
         </testcase>
+    </set>
+    <set name="Canvas14">
       <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="auto" id="2d_path_clip_empty" purpose="Check if the empty clip can be displayed correctly">
         <description>
           <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.empty.html</test_script_entry>
         </description>
         </testcase>
     </set>
+    <set name="Canvas15">
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_coordinatespace" purpose="Check if Coordinate space goes from top-left to bottom-right">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d.scaled" purpose="Check if CSS-scaled canvases get drawn correctly">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.scaled.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d.text.draw.fill.rtl" purpose="Check if fillText respects Right-To-Left Override characters">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_linestyles_linecap_001" purpose="Check if the square value of lineCap means that a rectangle with the length of the line width and the width of half the line width, placed flat against the edge perpendicular to the direction of the line, must be added at the end of each line.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_colorsandstyles_createlineargradient_001" purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_complexshapes_arcto_001" purpose="Check the arcTo method of CanvasRenderingContext2D interface.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_complexshapes_beziercurveto_001" purpose="Check the bezierCurveTo method of CanvasRenderingContext2D interface.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_compositing_globalcompositeoperation_001" purpose="Check the globalCompositeOperation attribute of CanvasRenderingContext2D interface.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_shadows_001" purpose="Check the createLinearGradient method of CanvasRenderingContext2D interface.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_state_restore_001" purpose="Check the restore method of CanvasRenderingContext2D interface.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_text_font_001" purpose="Check if ignore 'inherit' property-independent style sheet syntax without assigning a new font value.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="canvas_transformations_scale_001" purpose="Check the scale method of CanvasRenderingContext2D interface.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_stroke_basic" purpose="Check if the strokeText method can draw stroked text">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_kern_consistent" purpose="Check if the stroked and filled texts have same kerning exactly.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_basic" purpose="Check if the fillText method  can draw filled text">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_maxWidth_zero" purpose="Check if fillText method can handle maxWidth correctly when it is set to 0.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_maxWidth_small" purpose="Check if fillText method can handle maxWidth correctly when it is set to 'small'.">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_shadow_blur_high" purpose="check if Shadows look correct for large blurs">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.html</test_script_entry>
+        </description>
+        </testcase>
+      <testcase component="WebAPI/Graphics/HTML5 The canvas element (Partial)" execution_type="manual" id="2d_text_draw_fill_maxWidth_large" purpose="Check if fillText function can handle maxWidth correctly">
+        <description>
+          <test_script_entry test_script_expected_result="0">/opt/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.html</test_script_entry>
+        </description>
+        </testcase>
+    </set>
   </suite>
-</test_definition>
\ No newline at end of file
+</test_definition>