mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
Update web-platform-tests to revision 77f3f1533681dedef98a4c94c2abdb562d097002
This commit is contained in:
parent
02af8952eb
commit
6e75c491e4
84 changed files with 1313 additions and 302 deletions
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE HTML>
|
||||
<title>CSS Test: The empty span should be skipped when finding the ::first-letter content</title>
|
||||
<link rel="author" title="Jaeyong Bae" href="jdragon.bae@gmail.com">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#application-in-css">
|
||||
<link rel="match" href="first-letter-skip-empty-span-ref.html">
|
||||
<style>
|
||||
div::first-letter { color: green }
|
||||
</style>
|
||||
<div>
|
||||
<span></span>
|
||||
<span>First letter should be green</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue