Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6

This commit is contained in:
Ms2ger 2016-03-01 16:08:43 +01:00
parent 40c52d55e2
commit 349c75536d
7391 changed files with 304135 additions and 153491 deletions

View file

@ -13,7 +13,7 @@
<body>
<h1>CSSOM View Module Level 1 Test Suite</h1>
<h2>Extensions to the Element Interface (6 tests)</h2>
<h2>Extensions to the Element Interface (7 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -30,7 +30,7 @@
<tbody id="s7">
<tr><th colspan="4" scope="rowgroup">
<a href="#s7">+</a>
<a href="http://www.w3.org/TR/cssom-view/#extensions-to-the-element-interface">7 Extensions to the Element Interface</a></th></tr>
<a href="https://www.w3.org/TR/cssom-view/#extensions-to-the-element-interface">7 Extensions to the Element Interface</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s7.#dom-element-clientheight">
@ -47,9 +47,9 @@
</tbody>
<tbody id="s7.#dom-element-getboundingclientrect">
<!-- 2 tests -->
<tr id="cssom-getboundingclientrect-001-7.#dom-element-getboundingclientrect" class="primary dom script">
<td><strong>
<a href="cssom-getBoundingClientRect-001.htm">cssom-getboundingclientrect-001</a></strong></td>
<tr id="cssom-getboundingclientrect-001-7.#dom-element-getboundingclientrect" class="dom script">
<td>
<a href="cssom-getBoundingClientRect-001.htm">cssom-getboundingclientrect-001</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSSOM View - 6.1 - getBoundingClientRect tests
@ -68,10 +68,10 @@
</tr>
</tbody>
<tbody id="s7.#dom-element-getclientrects">
<!-- 2 tests -->
<tr id="cssom-getboundingclientrect-002-7.#dom-element-getclientrects" class="primary dom script">
<td><strong>
<a href="cssom-getBoundingClientRect-002.htm">cssom-getboundingclientrect-002</a></strong></td>
<!-- 3 tests -->
<tr id="cssom-getboundingclientrect-002-7.#dom-element-getclientrects" class="dom script">
<td>
<a href="cssom-getBoundingClientRect-002.htm">cssom-getboundingclientrect-002</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>getBoundingClientRect of element outside DOM
@ -80,9 +80,9 @@
</ul>
</td>
</tr>
<tr id="cssom-getclientrects-7.#dom-element-getclientrects" class="primary dom script">
<td><strong>
<a href="cssom-getClientRects.htm">cssom-getclientrects</a></strong></td>
<tr id="cssom-getclientrects-7.#dom-element-getclientrects" class="dom script">
<td>
<a href="cssom-getClientRects.htm">cssom-getclientrects</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>getClientRects of element outside DOM
@ -91,15 +91,26 @@
</ul>
</td>
</tr>
<tr id="ttwf-js-cssomview-getclientrects-length-7.#dom-element-getclientrects" class="primary dom script">
<td><strong>
<a href="ttwf-js-cssomview-getclientrects-length.htm">ttwf-js-cssomview-getclientrects-length</a></strong></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>the length of getClientRects
<ul class="assert">
<li>getClientRects will return rects of the correct number</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s7.#dom-element-scrollheight">
<!-- 0 tests -->
</tbody>
<tbody id="s7.#dom-element-scrollintoview">
<!-- 1 tests -->
<tr id="ttwf-scrollintoview-7.#dom-element-scrollintoview" class="primary dom script">
<td><strong>
<a href="ttwf-scrollintoview.htm">ttwf-scrollintoview</a></strong></td>
<tr id="ttwf-scrollintoview-7.#dom-element-scrollintoview" class="dom script">
<td>
<a href="ttwf-scrollintoview.htm">ttwf-scrollintoview</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSSOM View - 6 - scrollIntoView tests
@ -114,17 +125,17 @@
</tbody>
<tbody id="s7.#dom-element-scrollwidth">
<!-- 2 tests -->
<tr id="scrollwidthheight-7.#dom-element-scrollwidth" class="primary dom script">
<td><strong>
<a href="scrollWidthHeight.htm">scrollwidthheight</a></strong></td>
<tr id="scrollwidthheight-7.#dom-element-scrollwidth" class="dom script">
<td>
<a href="scrollWidthHeight.htm">scrollwidthheight</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSSOM View scrollWidth and scrollHeight
</td>
</tr>
<tr id="scrollwidthheightwhennotscrollable-7.#dom-element-scrollwidth" class="primary dom script">
<td><strong>
<a href="scrollWidthHeightWhenNotScrollable.htm">scrollwidthheightwhennotscrollable</a></strong></td>
<tr id="scrollwidthheightwhennotscrollable-7.#dom-element-scrollwidth" class="dom script">
<td>
<a href="scrollWidthHeightWhenNotScrollable.htm">scrollwidthheightwhennotscrollable</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSSOM View scrollWidth/scrollHeight (for nonscrollable elements)
@ -140,13 +151,13 @@
<tbody id="s7.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s7.1">+</a>
<a href="http://www.w3.org/TR/cssom-view/#the-getclientrects()-and-getboundingclientrect()-methods">7.1 The getClientRects() and getBoundingClientRect() methods</a></th></tr>
<a href="https://www.w3.org/TR/cssom-view/#the-getclientrects()-and-getboundingclientrect()-methods">7.1 The getClientRects() and getBoundingClientRect() methods</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s7.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s7.2">+</a>
<a href="http://www.w3.org/TR/cssom-view/#element-scrolling-members">7.2 Element Scrolling Members</a></th></tr>
<a href="https://www.w3.org/TR/cssom-view/#element-scrolling-members">7.2 Element Scrolling Members</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s7.2.#scroll-an-element">