mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 1918e328d632ab5b15096c26bd1400dcba7dd4e5
This commit is contained in:
parent
da9809caf0
commit
0092318a73
131 changed files with 1937 additions and 255 deletions
|
@ -0,0 +1,35 @@
|
|||
<!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
|
||||
{
|
||||
font-size: 300%;
|
||||
}
|
||||
|
||||
span
|
||||
{
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
span#first
|
||||
{
|
||||
color: purple;
|
||||
}
|
||||
|
||||
span#second
|
||||
{
|
||||
color: green;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if both "selected text" have a yellow background, if the glyphs of "1st selected text" are purple and if the glyphs of "2nd selected text" are green.
|
||||
|
||||
<div><span id="first">1st selected text</span></div>
|
||||
|
||||
<div><span id="second">2nd selected text</span></div>
|
Loading…
Add table
Add a link
Reference in a new issue