Update web-platform-tests to revision a46616a5b18e83587ddbbed756c7b96cbb4b015d

This commit is contained in:
Josh Matthews 2017-06-19 19:07:14 -04:00 committed by Ms2ger
parent 3f07cfec7c
commit 578498ba24
4001 changed files with 159517 additions and 30260 deletions

View 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;
}
}