mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
102
tests/wpt/css-tests/css-containment-1_dev/html/reftest-toc.htm
Normal file
102
tests/wpt/css-tests/css-containment-1_dev/html/reftest-toc.htm
Normal file
|
@ -0,0 +1,102 @@
|
|||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Containment Module Level 1 CR Test Suite Reftest Index</title>
|
||||
<style type="text/css">
|
||||
@import "http://www.w3.org/StyleSheets/TR/base.css";
|
||||
@import "../indices.css";
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>CSS Containment Module Level 1 CR Test Suite Reftest Index</h1>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="ref-column">
|
||||
<col id="flags-column">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>Reference</th>
|
||||
<th>Flags</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="contain-paint-clip-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' with various overflowing block descendants.">
|
||||
<a href="contain-paint-clip-001.htm">contain-paint-clip-001</a></td>
|
||||
<td><a href="reference/contain-paint-clip-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-clip-002" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' with overflowing text contents.">
|
||||
<a href="contain-paint-clip-002.htm">contain-paint-clip-002</a></td>
|
||||
<td><a href="reference/contain-paint-clip-002-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-clip-003" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' with overflowing text contents, and 'overflow-y: scroll'.">
|
||||
<a href="contain-paint-clip-003.htm">contain-paint-clip-003</a></td>
|
||||
<td><a href="reference/contain-paint-clip-003-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-clip-004" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' with overflowing text contents, and 'overflow-x: scroll'.">
|
||||
<a href="contain-paint-clip-004.htm">contain-paint-clip-004</a></td>
|
||||
<td><a href="reference/contain-paint-clip-004-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-clip-005" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' on li with overflowing text contents and bullet, and 'overflow-y: scroll'.">
|
||||
<a href="contain-paint-clip-005.htm">contain-paint-clip-005</a></td>
|
||||
<td><a href="reference/contain-paint-clip-003-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-containing-block-absolute-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' element should contain absolute position elements.">
|
||||
<a href="contain-paint-containing-block-absolute-001.htm">contain-paint-containing-block-absolute-001</a></td>
|
||||
<td><a href="reference/contain-paint-containing-block-absolute-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-containing-block-fixed-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' element should contain fixed position elements.">
|
||||
<a href="contain-paint-containing-block-fixed-001.htm">contain-paint-containing-block-fixed-001</a></td>
|
||||
<td><a href="reference/contain-paint-containing-block-fixed-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-formatting-context-float-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' should contain floats as a formatting context.">
|
||||
<a href="contain-paint-formatting-context-float-001.htm">contain-paint-formatting-context-float-001</a></td>
|
||||
<td><a href="reference/contain-paint-formatting-context-float-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="contain-paint-formatting-context-margin-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="'contain: paint' with a vertical margin child. Margin collapse should not occur.">
|
||||
<a href="contain-paint-formatting-context-margin-001.htm">contain-paint-formatting-context-margin-001</a></td>
|
||||
<td><a href="reference/contain-paint-formatting-context-margin-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue