mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -0,0 +1,74 @@
|
|||
@namespace url(http://www.w3.org/1999/xhtml);
|
||||
|
||||
pre.rules {
|
||||
border : 1px solid black ;
|
||||
padding : 5px
|
||||
}
|
||||
|
||||
.WARNING {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
div.testSource {
|
||||
border: thin black solid;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
div.testDescription {
|
||||
border: thin black solid;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.testDescription {
|
||||
margin-top: 1em;
|
||||
width: 100%;
|
||||
border: thin solid black;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.testDescription th,
|
||||
.testDescription td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.testDescription th {
|
||||
background-color: silver;
|
||||
}
|
||||
|
||||
.testDescription .a {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.testDescription .b {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.testDescription .c {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.validator {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
div.validator img {
|
||||
border-width : 0;
|
||||
}
|
||||
|
||||
iframe, object {
|
||||
display: block;
|
||||
position: fixed;
|
||||
top: static-position;
|
||||
left: 1em;
|
||||
right: 1em;
|
||||
bottom: 1em;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
border: thin black solid;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue