Update web-platform-tests to revision 213a7607e8d6ba44d88f1774319e6c1c82ab1ccb

This commit is contained in:
WPT Sync Bot 2020-01-15 08:23:11 +00:00
parent 95614f57f1
commit 8903de3c76
119 changed files with 1456 additions and 594 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>CSS Text test reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
pre {
font-size: 12px;
float: left;
border: 1px solid black;
margin: 12px;
}
</style>
<pre>
foo
bar
</pre>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>CSS Text test reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
pre {
font-size: 12px;
float: left;
border: 1px solid black;
margin: 12px;
-moz-tab-size: 100px;
tab-size: 100px;
}
</style>
<pre>
<span>foo</span>&#x9;<span>bar</span>
</pre>