mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
81 lines
2.8 KiB
HTML
81 lines
2.8 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>Extensions to the HTMLElement 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 HTMLElement Interface (2 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="s8">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s8">+</a>
|
|
<a href="http://www.w3.org/TR/cssom-view/#extensions-to-the-htmlelement-interface">8 Extensions to the HTMLElement Interface</a></th></tr>
|
|
<!-- 1 tests -->
|
|
<tr id="offsetparent_element_test-8" class="primary script">
|
|
<td><strong>
|
|
<a href="offsetParent_element_test.htm">offsetparent_element_test</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSSOM View &#8212;&#8212; offsetParent element test
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s8.#dom-htmlelement-offsetheight">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s8.#dom-htmlelement-offsetleft">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s8.#dom-htmlelement-offsetparent">
|
|
<!-- 1 tests -->
|
|
<tr id="offsetparent_element_test-8.#dom-htmlelement-offsetparent" class="script">
|
|
<td>
|
|
<a href="offsetParent_element_test.htm">offsetparent_element_test</a></td>
|
|
<td></td>
|
|
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSSOM View &#8212;&#8212; offsetParent element test
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s8.#dom-htmlelement-offsettop">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s8.#dom-htmlelement-offsetwidth">
|
|
<!-- 1 tests -->
|
|
<tr id="htmlelement-offset-width-001-8.#dom-htmlelement-offsetwidth" class="primary dom script">
|
|
<td><strong>
|
|
<a href="htmlelement-offset-width-001.htm">htmlelement-offset-width-001</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 - 7 - element.offsetWidth detatches correctly
|
|
<ul class="assert">
|
|
<li>element.offsetWidth returns 0 when there is no documentElement.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |