Skip to content

Commit

Permalink
Remove 402 styles from inline assets test
Browse files Browse the repository at this point in the history
  • Loading branch information
gesa committed Jul 2, 2024
1 parent b63c4b5 commit ca59353
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions test/baselines/generated-reference/assets-inline.html
Original file line number Diff line number Diff line change
Expand Up @@ -3214,7 +3214,7 @@
}
body {
font-family: 'Arial Plus', Arial, Helvetica, sans-serif, "DejaVu Math TeX Gyre", "DejaVu Sans Mono", "Cambria Math", Symbola, monospace;
font-family: 'Arial Plus', Arial, Helvetica, sans-serif, "DejaVu Math TeX Gyre", Symbola, monospace;
font-size: 10pt;
color: #000;
line-height: 1.15;
Expand Down Expand Up @@ -3610,9 +3610,10 @@
}
#front-cover h1 {
color: black;
display: block;
font-family: Verdana;
position: absolute;
color: black;
}
h1.shortname {
Expand Down Expand Up @@ -3680,37 +3681,6 @@
font-weight: normal;
}
/**
* ECMA-402-specific hacks
*/
emu-normative-optional,
/* 15.3.7 Table 12 */
#table-numberformat-resolvedoptions-properties {
break-inside: avoid-page;
}
#sec-Intl-toStringTag > p:first-of-type {
break-after: initial;
}
/* These tables are too narrow for their captions */
#table-sanctioned-single-unit-identifiers table,
#table-listformat-resolvedoptions-properties table {
width: 102mm;
}
#table-intl-unsigned-rounding-modes table,
#table-displaynames-resolvedoptions-properties table {
width: 130mm;
}
/* This note is so long it takes up several pages anyway, let it break */
#sec-intl\.datetimeformat-internal-slots emu-note:nth-of-type(2) {
break-inside: initial;
}
}</style><style>
@media print {
@page :left {
Expand Down

0 comments on commit ca59353

Please sign in to comment.