mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 4a5223502fa660ce03e470af6a61c8bc26c5a8ee
This commit is contained in:
parent
c5f7c9ccf3
commit
e891345f26
1328 changed files with 36632 additions and 20588 deletions
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div { font: 16px monospace; }
|
||||
</style>
|
||||
<p>Test passes if there is a space between the "a" and "b".</p>
|
||||
<div>a b</div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Test: White space should not be removed between elements for which a single anonymous table cell is generated</title>
|
||||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="match" href="anonymous-table-ws-001-ref.html">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-tables/#fixup-algorithm">
|
||||
<style>
|
||||
div { display: table; font: 16px monospace; }
|
||||
</style>
|
||||
<p>Test passes if there is a space between the "a" and "b".</p>
|
||||
<div>
|
||||
<span>a</span> <span>b</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue