Update CSS tests to revision d13905941293af83ea8c3c1750dba652e0423fb0

This commit is contained in:
Ms2ger 2015-10-31 14:35:08 +01:00
parent b492a3e8b1
commit 5450053b02
842 changed files with 42936 additions and 27 deletions

View file

@ -0,0 +1,333 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Extensions to the Window Interface - CSSOM View Module Level 1 Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSSOM View Module Level 1 Test Suite</h1>
<h2>Extensions to the Window Interface (13 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
<col id="flags-column">
<col id="info-column">
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s5">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5">+</a>
<a href="http://www.w3.org/TR/cssom-view/#extensions-to-the-window-interface">5 Extensions to the Window Interface</a></th></tr>
<!-- 2 tests -->
<tr id="media-query-list-interface-5" class="primary dom script">
<td><strong>
<a href="media-query-list-interface.htm">media-query-list-interface</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>Properties and Functions
<ul class="assert">
<li>All properties exist and are readonly. All functions exist and are instances of Function</li>
</ul>
</td>
</tr>
<tr id="window-interface-5" class="primary dom script">
<td><strong>
<a href="window-interface.htm">window-interface</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>Properties and Functions
<ul class="assert">
<li>All properties exist and are readonly. All functions exist and are instances of Function</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s5.#allowed-to-resize-and-move">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-devicepixelratio">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-innerheight">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-innerwidth">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-matchmedia">
<!-- 1 tests -->
<tr id="matchmedia-5.#dom-window-matchmedia" class="primary dom script">
<td><strong>
<a href="matchMedia.htm">matchmedia</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>CSSOM View matchMedia and MediaQueryList
</td>
</tr>
</tbody>
<tbody id="s5.#dom-window-moveby">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-moveto">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-outerheight">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-outerwidth">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-pagexoffset">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-pageyoffset">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-resizeby">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-resizeto">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-screen">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-screenx">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-screeny">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-scroll">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-scrollby">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-scrollto">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-scrollx">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#dom-window-scrolly">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#scrollbehavior">
<!-- 0 tests -->
</tbody>
<tbody id="s5.#scrolloptions">
<!-- 0 tests -->
</tbody>
<tbody id="s5.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5.1">+</a>
<a href="http://www.w3.org/TR/cssom-view/#the-features-argument-to-the-open()-method">5.1 The features argument to the open() method</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s5.1.#dom-open-features-height">
<!-- 0 tests -->
</tbody>
<tbody id="s5.1.#dom-open-features-left">
<!-- 0 tests -->
</tbody>
<tbody id="s5.1.#dom-open-features-top">
<!-- 0 tests -->
</tbody>
<tbody id="s5.1.#dom-open-features-width">
<!-- 0 tests -->
</tbody>
<tbody id="s5.1.#supported-open()-feature-name">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5.2">+</a>
<a href="http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface">5.2 The MediaQueryList Interface</a></th></tr>
<!-- 4 tests -->
<tr id="matchmedia-5.2" class="dom script">
<td>
<a href="matchMedia.htm">matchmedia</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 matchMedia and MediaQueryList
</td>
</tr>
<tr id="matchmediaaddlistener-5.2" class="primary dom script">
<td><strong>
<a href="matchMediaAddListener.htm">matchmediaaddlistener</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>CSSOM View matchMedia addListener
</td>
</tr>
<tr id="media-query-list-interface-5.2" class="dom script">
<td>
<a href="media-query-list-interface.htm">media-query-list-interface</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>Properties and Functions
<ul class="assert">
<li>All properties exist and are readonly. All functions exist and are instances of Function</li>
</ul>
</td>
</tr>
<tr id="mediaquerylist-001-5.2" class="primary script">
<td><strong>
<a href="MediaQueryList-001.htm">mediaquerylist-001</a></strong></td>
<td></td>
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>MediaQueryList
</td>
</tr>
</tbody>
<tbody id="s5.2.#dom-mediaquerylist-addlistener">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#dom-mediaquerylist-matches">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#dom-mediaquerylist-media">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#dom-mediaquerylist-removelistener">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#list-of-media-query-list-listeners">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#mediaquerylist">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#mediaquerylistlistener">
<!-- 0 tests -->
</tbody>
<tbody id="s5.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5.3">+</a>
<a href="http://www.w3.org/TR/cssom-view/#the-screen-interface">5.3 The Screen Interface</a></th></tr>
<!-- 8 tests -->
<tr id="cssom-view-window-screen-interface-5.3" class="primary dom script">
<td><strong>
<a href="cssom-view-window-screen-interface.htm">cssom-view-window-screen-interface</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>cssom view window screen attribute
<ul class="assert">
<li>window screen interface</li>
</ul>
</td>
</tr>
<tr id="screen-pixeldepth-screen-colordepth001-5.3" class="primary script">
<td><strong>
<a href="Screen-pixelDepth-Screen-colorDepth001.htm">screen-pixeldepth-screen-colordepth001</a></strong></td>
<td></td>
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>Screen-pixelDepth,Screen-colorDepth
</td>
</tr>
<tr id="window-screen-height-5.3" class="primary dom script">
<td><strong>
<a href="window-screen-height.htm">window-screen-height</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>CSSOM View - 4.2 - screen.height range tests
<ul class="assert">
<li>window.screen.height has sensible values</li>
</ul>
</td>
</tr>
<tr id="window-screen-height-immutable-5.3" class="primary dom script">
<td><strong>
<a href="window-screen-height-immutable.htm">window-screen-height-immutable</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>CSSOM View - 4.2 - screen.height immutability
<ul class="assert">
<li>screen.height is immutable</li>
</ul>
</td>
</tr>
<tr id="window-screen-height-mutation-throws-5.3" class="primary dom script">
<td><strong>
<a href="window-screen-height-mutation-throws.htm">window-screen-height-mutation-throws</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>CSSOM View - 4.2 - screen.height mutation throws exception
<ul class="assert">
<li>screen.height mutation throws exception</li>
</ul>
</td>
</tr>
<tr id="window-screen-width-5.3" class="primary dom script">
<td><strong>
<a href="window-screen-width.htm">window-screen-width</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>CSSOM View - 4.2 - screen.width range tests
<ul class="assert">
<li>window.screen.width has sensible values</li>
</ul>
</td>
</tr>
<tr id="window-screen-width-immutable-5.3" class="primary dom script">
<td><strong>
<a href="window-screen-width-immutable.htm">window-screen-width-immutable</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>CSSOM View - 4.2 - screen.width immutability
<ul class="assert">
<li>screen.width is immutable</li>
</ul>
</td>
</tr>
<tr id="window-screen-width-mutation-throws-5.3" class="primary dom script">
<td><strong>
<a href="window-screen-width-mutation-throws.htm">window-screen-width-mutation-throws</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>CSSOM View - 4.2 - screen.width mutation throws exception
<ul class="assert">
<li>screen.width mutation throws exception</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s5.3.#dom-screen-availheight">
<!-- 0 tests -->
</tbody>
<tbody id="s5.3.#dom-screen-availwidth">
<!-- 0 tests -->
</tbody>
<tbody id="s5.3.#dom-screen-colordepth">
<!-- 0 tests -->
</tbody>
<tbody id="s5.3.#dom-screen-height">
<!-- 0 tests -->
</tbody>
<tbody id="s5.3.#dom-screen-pixeldepth">
<!-- 0 tests -->
</tbody>
<tbody id="s5.3.#dom-screen-width">
<!-- 0 tests -->
</tbody>
<tbody id="s5.3.#screen">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>