Skip to content

Commit aadafaa

Browse files
committed
Remove 402 styles from inline assets test
1 parent 31e7d4b commit aadafaa

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

test/baselines/generated-reference/assets-inline.html

+3-33
Original file line numberDiff line numberDiff line change
@@ -3214,7 +3214,7 @@
32143214
}
32153215
32163216
body {
3217-
font-family: 'Arial Plus', Arial, Helvetica, sans-serif, "DejaVu Math TeX Gyre", "DejaVu Sans Mono", "Cambria Math", Symbola, monospace;
3217+
font-family: 'Arial Plus', Arial, Helvetica, sans-serif, "DejaVu Math TeX Gyre", Symbola, monospace;
32183218
font-size: 10pt;
32193219
color: #000;
32203220
line-height: 1.15;
@@ -3610,9 +3610,10 @@
36103610
}
36113611
36123612
#front-cover h1 {
3613+
color: black;
3614+
display: block;
36133615
font-family: Verdana;
36143616
position: absolute;
3615-
color: black;
36163617
}
36173618
36183619
h1.shortname {
@@ -3680,37 +3681,6 @@
36803681
font-weight: normal;
36813682
}
36823683
3683-
3684-
/**
3685-
* ECMA-402-specific hacks
3686-
*/
3687-
emu-normative-optional,
3688-
3689-
/* 15.3.7 Table 12 */
3690-
#table-numberformat-resolvedoptions-properties {
3691-
break-inside: avoid-page;
3692-
}
3693-
3694-
#sec-Intl-toStringTag > p:first-of-type {
3695-
break-after: initial;
3696-
}
3697-
3698-
/* These tables are too narrow for their captions */
3699-
#table-sanctioned-single-unit-identifiers table,
3700-
#table-listformat-resolvedoptions-properties table {
3701-
width: 102mm;
3702-
}
3703-
3704-
#table-intl-unsigned-rounding-modes table,
3705-
#table-displaynames-resolvedoptions-properties table {
3706-
width: 130mm;
3707-
}
3708-
3709-
/* This note is so long it takes up several pages anyway, let it break */
3710-
#sec-intl\.datetimeformat-internal-slots emu-note:nth-of-type(2) {
3711-
break-inside: initial;
3712-
}
3713-
37143684
}</style><style>
37153685
@media print {
37163686
@page :left {

0 commit comments

Comments
 (0)