mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision 6730dabbcc826e8ccbd6a9ee43d67c65e8626f29
This commit is contained in:
parent
858bb43298
commit
10398f2a98
114 changed files with 2670 additions and 2444 deletions
|
@ -0,0 +1,26 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>Reference file</title>
|
||||
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<style>
|
||||
div {
|
||||
font-size: 2em;
|
||||
font-family: monospace;
|
||||
color: blue;
|
||||
width: 4ch;
|
||||
}
|
||||
#ref {
|
||||
color: orange;
|
||||
}
|
||||
.p {white-space: pre;}
|
||||
.pw {white-space: pre-wrap;}
|
||||
.pl {white-space: pre-line;}
|
||||
.bs {white-space: break-spaces;}
|
||||
.nw {white-space: nowrap;}
|
||||
</style>
|
||||
|
||||
<p>Test passes if blue charaters are arranged exactly in the same way as the orange ones.
|
||||
|
||||
<div>A B C<span class=p> </span>D<span class=pw> </span>E<span class=pl> </span>F<span class=bs> </span>G<span class=nw> </span>H</div>
|
||||
|
||||
<div id=ref>A B C<span class=p> </span>D<span class=pw> </span>E<span class=pl> </span>F<span class=bs> </span>G<span class=nw> </span>H</div>
|
Loading…
Add table
Add a link
Reference in a new issue