summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/sectioning/chapter_before_part.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/sectioning/chapter_before_part.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/sectioning/chapter_before_part.pl17
1 files changed, 13 insertions, 4 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/sectioning/chapter_before_part.pl b/macros/texinfo/texinfo/tp/t/results/sectioning/chapter_before_part.pl
index f42ee1f2e9..b0d913532a 100644
--- a/macros/texinfo/texinfo/tp/t/results/sectioning/chapter_before_part.pl
+++ b/macros/texinfo/texinfo/tp/t/results/sectioning/chapter_before_part.pl
@@ -164,6 +164,9 @@ $result_errors{'chapter_before_part'} = [
];
+$result_floats{'chapter_before_part'} = {};
+
+
$result_elements{'chapter_before_part'} = [
{
'extra' => {
@@ -236,13 +239,15 @@ $result_converted{'html'}->{'chapter_before_part'} = '<!DOCTYPE html PUBLIC "-//
<meta name="keywords" content="Untitled Document">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
<style type="text/css">
<!--
+a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em}
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
@@ -251,6 +256,7 @@ pre.menu-preformatted {font-family: serif}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
+span:hover a.copiable-anchor {visibility: visible}
ul.no-bullet {list-style: none}
-->
</style>
@@ -259,11 +265,14 @@ ul.no-bullet {list-style: none}
</head>
<body lang="en">
-<span id="chapter"></span><h2 class="chapter">1 chapter</h2>
+<div class="chapter" id="chapter">
+<h2 class="chapter">1 chapter</h2>
-<span id="part"></span><h1 class="part">part</h1>
-<hr>
+</div>
+<div class="part" id="part">
+<h1 class="part">part</h1>
<hr>
+<hr></div>