gecko-dev/testing/web-platform/tests/css/css-pseudo/spelling-error-001-ref.html
Gérard Talbot 6907a72ffe Bug 1570421 [wpt PR 18214] - Added 2 tests and 2 references on selection [css-pseudo], a=testonly
Automatic update from web-platform-tests
Added 2 tests and 2 references on selection [css-pseudo] (#18214)

--

wpt-commits: 694946ba608bd3b74dc218b3b94e571bd1daf169
wpt-pr: 18214
2019-12-23 11:14:37 +00:00

28 lines
694 B
HTML

<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
font-size: 300%;
}
span
{
color: maroon;
text-decoration: underline dotted fuchsia;
}
</style>
<p>PREREQUISITE: User agent needs to have an enabled and capable spelling error module. If it does not, then this test does not apply to such user agent.
<p>Test passes if each glyph of "txet" is maroon and if "txet" is underlined with a fuchsia dotted line.
<div contenteditable="true">A <span>txet</span> sample</div>