Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
editing
/
selection
/
text-selection-counter-expected.html
blob: 6926a15aa438573f8220c08e50d2896a32b8a005 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
span
{
color
:
initial
}
#
select
{
color
:
transparent
}
</style>
<p>
You should see the word PASS two times below (no zeros).
</p>
<div
id
=
"select"
>
<span>
PASS
</span>
0
<span>
PASS
</span>
</div>