Bug 1901924 [wpt PR 46708] - css-ruby: Add a test for ::first-letter, a=testonly
Automatic update from web-platform-tests css-ruby: Add a test for ::first-letter Change-Id: Ie71567b0c096cf12142f6eebd11c161f623958b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5624230 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1313802} -- wpt-commits: 539b6ae91fd32b90057b520dc0f88088e89870f1 wpt-pr: 46708
This commit is contained in:
committed by
moz-wptsync-bot
parent
b26c0aa44c
commit
25817e0eb5
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
span {
|
||||
color: green;
|
||||
}
|
||||
</style>
|
||||
<div><ruby><span>B</span>ase<rt>Annotation</ruby></div>
|
||||
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-pseudo/#first-letter-application">
|
||||
<link rel="match" href="pseudo-first-letter-ref.html">
|
||||
<style>
|
||||
div::first-letter {
|
||||
color: green;
|
||||
}
|
||||
</style>
|
||||
<div><ruby>Base<rt>Annotation</ruby></div>
|
||||
Reference in New Issue
Block a user