mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -7,33 +7,33 @@
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
|
||||
<style type="text/css">
|
||||
html, body {height: 100%;}
|
||||
|
||||
html, body {height: 100%;}
|
||||
|
||||
body
|
||||
{
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
div#grand-parent
|
||||
{
|
||||
background: url("support/cat.png") 21px 21px;
|
||||
height: 100%;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
|
||||
div#parent
|
||||
{
|
||||
border: blue solid 5px;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
|
||||
div#child
|
||||
{
|
||||
border: gray solid medium;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
|
||||
span
|
||||
{
|
||||
background-color: yellow;
|
||||
|
||||
Reference in New Issue
Block a user