Update web-platform-tests to revision e87f38097902e16348d4e17f4fe3bc2d0112bff1

This commit is contained in:
WPT Sync Bot 2018-03-17 21:12:30 -04:00
parent 2f8fa32e91
commit db5631a086
381 changed files with 11610 additions and 4232 deletions

View file

@ -79,8 +79,8 @@
<p>Replaced elements inside a table cannot be <mark>table-row</mark> and are considered <mark>block</mark> -- img elements</p>
<div>
<x-table style="width: 400px">
<x-tr><x-td><img block src="http://w3.org/favicon.ico" target=a /></x-tr>
<img src="http://w3.org/favicon.ico" table-row target=b />
<x-tr><x-td><img block src="../support/blue32x32.ico" target=a /></x-tr>
<img src="../support/blue32x32.ico" table-row target=b />
</x-table>
</div>
<script>
@ -109,8 +109,8 @@
<p>Replaced elements inside a table cannot be <mark>table-column</mark> and are considered <mark>inline</mark> -- img elements</p>
<div>
<x-table style="width: 400px">
<x-tr><x-td><img inline src="http://w3.org/favicon.ico" target=a /></x-tr>
<img src="http://w3.org/favicon.ico" table-column target=b />
<x-tr><x-td><img inline src="../support/blue32x32.ico" target=a /></x-tr>
<img src="../support/blue32x32.ico" table-column target=b />
</x-table>
</div>
<script>
@ -139,8 +139,8 @@
<p>Replaced elements inside a table cannot be <mark>table-cell</mark> and are considered <mark>inline</mark> -- img elements</p>
<div>
<x-table style="width: 400px">
<x-tr><x-td><img inline src="http://w3.org/favicon.ico" target=a /></x-tr>
<x-tr><img src="http://w3.org/favicon.ico" table-cell target=b /></x-tr>
<x-tr><x-td><img inline src="../support/blue32x32.ico" target=a /></x-tr>
<x-tr><img src="../support/blue32x32.ico" table-cell target=b /></x-tr>
</x-table>
</div>
<script>
@ -192,8 +192,8 @@
<p>Both images should share the same line:</p>
<p>Replaced elements outside a table cannot be <mark>inline-table</mark> and are considered <mark>inline</mark> -- img elements</p>
<div>
<img src="http://w3.org/favicon.ico" inline-table target=a />
<img src="http://w3.org/favicon.ico" inline-table target=b />
<img src="../support/blue32x32.ico" inline-table target=a />
<img src="../support/blue32x32.ico" inline-table target=b />
</div>
<script>
@ -244,8 +244,8 @@
<p>Both images should stand on their own line:</p>
<p>Replaced elements outside a table cannot be <mark>table</mark> and are considered <mark>block</mark> -- img elements</p>
<div>
<img src="http://w3.org/favicon.ico" table target=a />
<img src="http://w3.org/favicon.ico" table target=b />
<img src="../support/blue32x32.ico" table target=a />
<img src="../support/blue32x32.ico" table target=b />
</div>
<script>
@ -296,8 +296,8 @@
<p>Both images should stand on their own line:</p>
<p>Replaced elements outside a table cannot be <mark>table-row</mark> and are considered <mark>block</mark> -- img elements</p>
<div>
<img src="http://w3.org/favicon.ico" table-row target=a />
<img src="http://w3.org/favicon.ico" table-row target=b />
<img src="../support/blue32x32.ico" table-row target=a />
<img src="../support/blue32x32.ico" table-row target=b />
</div>
<script>
@ -348,8 +348,8 @@
<p>Both images should stand on their own line:</p>
<p>Replaced elements outside a table cannot be <mark>table-row-group</mark> and are considered <mark>block</mark> -- img elements</p>
<div>
<img src="http://w3.org/favicon.ico" table-row-group target=a />
<img src="http://w3.org/favicon.ico" table-row-group target=b />
<img src="../support/blue32x32.ico" table-row-group target=a />
<img src="../support/blue32x32.ico" table-row-group target=b />
</div>
<script>
@ -400,8 +400,8 @@
<p>Both images should share the same line:</p>
<p>Replaced elements outside a table cannot be <mark>table-column</mark> and are considered <mark>inline</mark> -- img elements</p>
<div>
<img src="http://w3.org/favicon.ico" table-column target=a />
<img src="http://w3.org/favicon.ico" table-column target=b />
<img src="../support/blue32x32.ico" table-column target=a />
<img src="../support/blue32x32.ico" table-column target=b />
</div>
<script>
@ -452,8 +452,8 @@
<p>Both images should share the same line:</p>
<p>Replaced elements outside a table cannot be <mark>table-cell</mark> and are considered <mark>inline</mark> -- img elements</p>
<div>
<img src="http://w3.org/favicon.ico" table-cell target=a />
<img src="http://w3.org/favicon.ico" table-cell target=b />
<img src="../support/blue32x32.ico" table-cell target=a />
<img src="../support/blue32x32.ico" table-cell target=b />
</div>
<script>