mirror of
https://github.com/servo/servo.git
synced 2025-09-17 02:18:23 +01:00
Update web-platform-tests to revision a46616a5b18e83587ddbbed756c7b96cbb4b015d
This commit is contained in:
parent
3f07cfec7c
commit
578498ba24
4001 changed files with 159517 additions and 30260 deletions
70
tests/wpt/web-platform-tests/wai-aria/scripts/manual.css
Normal file
70
tests/wpt/web-platform-tests/wai-aria/scripts/manual.css
Normal file
|
@ -0,0 +1,70 @@
|
|||
html {
|
||||
font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans;
|
||||
}
|
||||
|
||||
table#steps {
|
||||
border-collapse:collapse;
|
||||
table-layout:fixed;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
table#steps th:last-child,
|
||||
table#steps td:last-child {
|
||||
width:70%;
|
||||
}
|
||||
|
||||
// table#steps.assertions th:last-child,
|
||||
// table#steps.assertions td:last-child {
|
||||
// width:35%;
|
||||
// }
|
||||
|
||||
table#steps th {
|
||||
padding:0;
|
||||
padding-bottom:0.25;
|
||||
border-bottom:medium solid black;
|
||||
}
|
||||
|
||||
table#steps td {
|
||||
padding-top:0.25em;
|
||||
padding-bottom:0.25em;
|
||||
padding-left:0.5em;
|
||||
padding-right:0.5em;
|
||||
border-right:thin solid black;
|
||||
border-top:thin solid black;
|
||||
border-bottom:thin solid black;
|
||||
}
|
||||
|
||||
table#steps td.step, table#steps td.type, table#steps td.element {
|
||||
vertical-align:top;
|
||||
}
|
||||
table#api {
|
||||
border-collapse:collapse;
|
||||
table-layout:fixed;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
// table#steps.assertions th:last-child,
|
||||
// table#steps.assertions td:last-child {
|
||||
// width:35%;
|
||||
// }
|
||||
|
||||
table#api th {
|
||||
padding:0;
|
||||
padding-bottom:0.25;
|
||||
border-bottom:medium solid black;
|
||||
}
|
||||
|
||||
table#api td {
|
||||
padding-top:0.25em;
|
||||
padding-bottom:0.25em;
|
||||
padding-left:0.5em;
|
||||
padding-right:0.5em;
|
||||
border-right:thin solid black;
|
||||
border-top:thin solid black;
|
||||
border-bottom:thin solid black;
|
||||
}
|
||||
|
||||
table#api td.step, table#api td.type, table#api td.element {
|
||||
vertical-align:top;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue