Update web-platform-tests to revision 755d18230983e9c7d894768b73fabff8bc290d91

This commit is contained in:
WPT Sync Bot 2019-05-31 10:26:18 +00:00
parent d544c186b9
commit fa788e624b
70 changed files with 1929 additions and 380 deletions

View file

@ -3,7 +3,7 @@
<title>Drop cap with U+05D0 in the document</title>
<meta name="assert" content="The text placement within :first-line should not be affected by later presence of a right-to-left character.">
<link rel=help href=https://drafts.csswg.org/css-pseudo-4/#first-line-styling>
<link rel=match href=/css/selectors/floating-first-letter-ref.html>
<link rel=match href=floating-first-letter-ref.html>
<style>
p:first-line {
background: lightblue;
@ -17,4 +17,4 @@
color: transparent;
}
</style>
<p>Ab</p><div>&#x05D0;</div>
<p>Ab</p><div>&#x05D0;</div>

View file

@ -3,7 +3,7 @@
<title>Drop cap with U+FEFF in the document</title>
<meta name="assert" content="The text placement within :first-line should not be affected by later presence of U+FEFF.">
<link rel=help href=https://drafts.csswg.org/css-pseudo-4/#first-line-styling>
<link rel=match href=/css/selectors/floating-first-letter-ref.html>
<link rel=match href=floating-first-letter-ref.html>
<style>
p:first-line {
background: lightblue;
@ -14,4 +14,4 @@
font-size: 4rem;
}
</style>
<p>Ab</p>&#xFEFF;
<p>Ab</p>&#xFEFF;