Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0

This commit is contained in:
Ms2ger 2015-08-21 17:46:44 +02:00
parent 7c45ff8e05
commit f235d49372
6623 changed files with 267392 additions and 10061 deletions

View file

@ -31,7 +31,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s13">+</a>
<a href="http://www.w3.org/TR/css-transforms-1/#svg-transform">13 The SVG transform Attribute</a></th></tr>
<!-- 641 tests -->
<!-- 699 tests -->
<tr id="skew-test1-13" class="primary svg">
<td><strong>
<a href="skew-test1.htm">skew-test1</a></strong></td>
@ -1935,6 +1935,644 @@
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-001-13" class="svg">
<td>
<a href="svg-origin-relative-length-001.htm">svg-origin-relative-length-001</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, first value absolute value and missing second argument
<ul class="assert">
<li>If only one value is specified, the second value is assumed to be 'center'. The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-002-13" class="svg">
<td>
<a href="svg-origin-relative-length-002.htm">svg-origin-relative-length-002</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, first value 'center' value and missing second argument
<ul class="assert">
<li>If only one value is specified, the second value is assumed to be 'center'. The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-003-13" class="svg">
<td>
<a href="svg-origin-relative-length-003.htm">svg-origin-relative-length-003</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, first value '50%' value and missing second argument
<ul class="assert">
<li>If only one value is specified, the second value is assumed to be 'center'. The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-004-13" class="svg">
<td>
<a href="svg-origin-relative-length-004.htm">svg-origin-relative-length-004</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '50% 50%'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-005-13" class="svg">
<td>
<a href="svg-origin-relative-length-005.htm">svg-origin-relative-length-005</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '50% center'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-006-13" class="svg">
<td>
<a href="svg-origin-relative-length-006.htm">svg-origin-relative-length-006</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center 50%'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-007-13" class="svg">
<td>
<a href="svg-origin-relative-length-007.htm">svg-origin-relative-length-007</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center center'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-008-13" class="svg">
<td>
<a href="svg-origin-relative-length-008.htm">svg-origin-relative-length-008</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '75 center'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-009-13" class="svg">
<td>
<a href="svg-origin-relative-length-009.htm">svg-origin-relative-length-009</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '75 50%'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-010-13" class="svg">
<td>
<a href="svg-origin-relative-length-010.htm">svg-origin-relative-length-010</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center 75'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-011-13" class="svg">
<td>
<a href="svg-origin-relative-length-011.htm">svg-origin-relative-length-011</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '50% 75'
<ul class="assert">
<li>The rect should be rotated around its center point at 75,75</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-012-13" class="svg">
<td>
<a href="svg-origin-relative-length-012.htm">svg-origin-relative-length-012</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '0'
<ul class="assert">
<li>The initial point of origin gets translated to 0,75. Since the second argument is missing, it is set to 'center'.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-013-13" class="svg">
<td>
<a href="svg-origin-relative-length-013.htm">svg-origin-relative-length-013</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '150'
<ul class="assert">
<li>The initial point of origin gets translated to 150,75. Since the second argument is missing, it is set to 'center'.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-014-13" class="svg">
<td>
<a href="svg-origin-relative-length-014.htm">svg-origin-relative-length-014</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '100%'
<ul class="assert">
<li>The initial point of origin gets translated to 150,75. Since the second argument is missing, it is set to 'center'.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-015-13" class="svg">
<td>
<a href="svg-origin-relative-length-015.htm">svg-origin-relative-length-015</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'right'
<ul class="assert">
<li>The initial point of origin gets translated to 150,75. Since the second argument is missing, it is set to 'center'.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-016-13" class="svg">
<td>
<a href="svg-origin-relative-length-016.htm">svg-origin-relative-length-016</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'left'
<ul class="assert">
<li>The initial point of origin gets translated to 75,75. Since the second argument is missing, it is set to 'center'.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-017-13" class="svg">
<td>
<a href="svg-origin-relative-length-017.htm">svg-origin-relative-length-017</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '25%'
<ul class="assert">
<li>If the second argument is missing, it is assumed to be center. The initial point of origin gets translated to 37.5,75.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-018-13" class="svg">
<td>
<a href="svg-origin-relative-length-018.htm">svg-origin-relative-length-018</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'top'
<ul class="assert">
<li>The initial point of origin gets translated to 75,0. A single argument 'top' gets interpreted as 'center top'.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-019-13" class="svg">
<td>
<a href="svg-origin-relative-length-019.htm">svg-origin-relative-length-019</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'bottom'
<ul class="assert">
<li>The initial point of origin gets translated to 75,150. A single argument 'bottom' gets interpreted as 'center bottom'.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-020-13" class="svg">
<td>
<a href="svg-origin-relative-length-020.htm">svg-origin-relative-length-020</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '0% 0%'
<ul class="assert">
<li>The initial point of origin gets translated to 75,75 since '0% 0%' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-021-13" class="svg">
<td>
<a href="svg-origin-relative-length-021.htm">svg-origin-relative-length-021</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'top right'
<ul class="assert">
<li>The initial point of origin gets translated to 225,75 since 'top right' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-022-13" class="svg">
<td>
<a href="svg-origin-relative-length-022.htm">svg-origin-relative-length-022</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'top left'
<ul class="assert">
<li>The initial point of origin gets translated to 75,75 since 'top left' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-023-13" class="svg">
<td>
<a href="svg-origin-relative-length-023.htm">svg-origin-relative-length-023</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'top center'
<ul class="assert">
<li>The initial point of origin gets translated to 150,75 since 'top center' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-024-13" class="svg">
<td>
<a href="svg-origin-relative-length-024.htm">svg-origin-relative-length-024</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'bottom left'
<ul class="assert">
<li>The initial point of origin gets translated to 75,225 since 'bottom left' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-025-13" class="svg">
<td>
<a href="svg-origin-relative-length-025.htm">svg-origin-relative-length-025</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'bottom center'
<ul class="assert">
<li>The initial point of origin gets translated to 150,225 since 'bottom center' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-026-13" class="svg">
<td>
<a href="svg-origin-relative-length-026.htm">svg-origin-relative-length-026</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'bottom right'
<ul class="assert">
<li>The initial point of origin gets translated to 225,225 since 'bottom right' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-027-13" class="svg">
<td>
<a href="svg-origin-relative-length-027.htm">svg-origin-relative-length-027</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'right top'
<ul class="assert">
<li>The initial point of origin gets translated to 225,75 since 'right top' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-028-13" class="svg">
<td>
<a href="svg-origin-relative-length-028.htm">svg-origin-relative-length-028</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'right center'
<ul class="assert">
<li>The initial point of origin gets translated to 225,150 since 'right center' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-029-13" class="svg">
<td>
<a href="svg-origin-relative-length-029.htm">svg-origin-relative-length-029</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'right bottom'
<ul class="assert">
<li>The initial point of origin gets translated to 225,225 since 'right bottom' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-030-13" class="svg">
<td>
<a href="svg-origin-relative-length-030.htm">svg-origin-relative-length-030</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'right 75'
<ul class="assert">
<li>The initial point of origin gets translated to 225,75 since 'right 75' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-031-13" class="svg">
<td>
<a href="svg-origin-relative-length-031.htm">svg-origin-relative-length-031</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'right 0%'
<ul class="assert">
<li>The initial point of origin gets translated to 225,75 since 'right 0%' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-032-13" class="svg">
<td>
<a href="svg-origin-relative-length-032.htm">svg-origin-relative-length-032</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'right 100%'
<ul class="assert">
<li>The initial point of origin gets translated to 225,225 since 'right 100%' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-033-13" class="svg">
<td>
<a href="svg-origin-relative-length-033.htm">svg-origin-relative-length-033</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'left top'
<ul class="assert">
<li>The initial point of origin gets translated to 75,75 since 'left top' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-034-13" class="svg">
<td>
<a href="svg-origin-relative-length-034.htm">svg-origin-relative-length-034</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'left center'
<ul class="assert">
<li>The initial point of origin gets translated to 75,150 since 'left center' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-035-13" class="svg">
<td>
<a href="svg-origin-relative-length-035.htm">svg-origin-relative-length-035</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'left bottom'
<ul class="assert">
<li>The initial point of origin gets translated to 75,225 since 'left bottom' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-036-13" class="svg">
<td>
<a href="svg-origin-relative-length-036.htm">svg-origin-relative-length-036</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'left 75'
<ul class="assert">
<li>The initial point of origin gets translated to 75,75 since 'left 75' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-037-13" class="svg">
<td>
<a href="svg-origin-relative-length-037.htm">svg-origin-relative-length-037</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'left 0%'
<ul class="assert">
<li>The initial point of origin gets translated to 75,75 since 'left 0%' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-038-13" class="svg">
<td>
<a href="svg-origin-relative-length-038.htm">svg-origin-relative-length-038</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'left 100%'
<ul class="assert">
<li>The initial point of origin gets translated to 75,225 since 'left 100%' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-039-13" class="svg">
<td>
<a href="svg-origin-relative-length-039.htm">svg-origin-relative-length-039</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center top'
<ul class="assert">
<li>The initial point of origin gets translated to 150,75 since 'center top' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-040-13" class="svg">
<td>
<a href="svg-origin-relative-length-040.htm">svg-origin-relative-length-040</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center bottom'
<ul class="assert">
<li>The initial point of origin gets translated to 150,225 since 'center bottom' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-041-13" class="svg">
<td>
<a href="svg-origin-relative-length-041.htm">svg-origin-relative-length-041</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center left'
<ul class="assert">
<li>The initial point of origin gets translated to 75,150 since 'center left' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-042-13" class="svg">
<td>
<a href="svg-origin-relative-length-042.htm">svg-origin-relative-length-042</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center right'
<ul class="assert">
<li>The initial point of origin gets translated to 225,150 since 'center right' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-043-13" class="svg">
<td>
<a href="svg-origin-relative-length-043.htm">svg-origin-relative-length-043</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center 100%'
<ul class="assert">
<li>The initial point of origin gets translated to 150,225 since 'center 100%' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-044-13" class="svg">
<td>
<a href="svg-origin-relative-length-044.htm">svg-origin-relative-length-044</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, '0 center'
<ul class="assert">
<li>The initial point of origin gets translated to 0,150 since '0 center' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-045-13" class="svg">
<td>
<a href="svg-origin-relative-length-045.htm">svg-origin-relative-length-045</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center 0%'
<ul class="assert">
<li>The initial point of origin gets translated to 150,75 since 'center 0%' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-046-13" class="svg">
<td>
<a href="svg-origin-relative-length-046.htm">svg-origin-relative-length-046</a></td>
<td><a href="reference/svg-origin-relative-length-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, 'center 0'
<ul class="assert">
<li>The initial point of origin gets translated to 150,0 since 'center 0' is relative to the bounding box of the object.</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-001-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-001.htm">svg-origin-relative-length-invalid-001</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'top 100%'
<ul class="assert">
<li>Spec does not allow first value to be vertical if at least one of the first two passed values are not keywords. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-002-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-002.htm">svg-origin-relative-length-invalid-002</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'bottom 100%'
<ul class="assert">
<li>Spec does not allow first value to be vertical if at least one of the first two passed values are not keywords. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-003-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-003.htm">svg-origin-relative-length-invalid-003</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'top 150'
<ul class="assert">
<li>Spec does not allow first value to be vertical if at least one of the first two passed values are not keywords. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-004-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-004.htm">svg-origin-relative-length-invalid-004</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'bottom 150'
<ul class="assert">
<li>Spec does not allow first value to be vertical if at least one of the first two passed values are not keywords. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-005-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-005.htm">svg-origin-relative-length-invalid-005</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'top top'
<ul class="assert">
<li>Spec does not allow two vertical values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-006-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-006.htm">svg-origin-relative-length-invalid-006</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'bottom bottom'
<ul class="assert">
<li>Spec does not allow two vertical values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-007-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-007.htm">svg-origin-relative-length-invalid-007</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'top bottom'
<ul class="assert">
<li>Spec does not allow two vertical values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-008-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-008.htm">svg-origin-relative-length-invalid-008</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'bottom top'
<ul class="assert">
<li>Spec does not allow two vertical values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-009-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-009.htm">svg-origin-relative-length-invalid-009</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'left left'
<ul class="assert">
<li>Spec does not allow two horizontal values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-010-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-010.htm">svg-origin-relative-length-invalid-010</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'left right'
<ul class="assert">
<li>Spec does not allow two horizontal values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-011-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-011.htm">svg-origin-relative-length-invalid-011</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'right right'
<ul class="assert">
<li>Spec does not allow two horizontal values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-origin-relative-length-invalid-012-13" class="svg">
<td>
<a href="svg-origin-relative-length-invalid-012.htm">svg-origin-relative-length-invalid-012</a></td>
<td><a href="reference/svg-origin-relative-length-invalid-ref.htm">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>SVG presentation attribute transform-origin, invalid arguments 'right left'
<ul class="assert">
<li>Spec does not allow two horizontal values. Fallback to 0,0</li>
</ul>
</td>
</tr>
<tr id="svg-patterntransform-001-13" class="primary svg">
<td><strong>
<a href="svg-patternTransform-001.htm">svg-patterntransform-001</a></strong></td>