mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 13:18:45 +02:00
Automatic update from web-platform-tests [CSS4Pseudo] Added 2 tests and 1 reference on selection and text-shadow -- wpt-commits: b5b7813e9ce247495b0df30b2f9c8a35de2eacba wpt-pr: 20802
21 lines
432 B
HTML
21 lines
432 B
HTML
<!DOCTYPE html>
|
|
|
|
<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
|
|
{
|
|
color: green;
|
|
font-size: 300%;
|
|
margin-left: 0.66667em;
|
|
margin-top: 1.5em;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if each glyph of "Selected Text" is green and not red.
|
|
|
|
<div>Selected Text</div>
|