Skip to content

Commit

Permalink
Update expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Feb 17, 2024
1 parent c18cc03 commit 30e5877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exec-html5/html-suite/test/p-block/expected.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 class="title topictitle1" id="ariaid-title1">p</h1>
<p class="p">This is written in <em class="ph i">italic text</em>.</p>
<p class="p">This is written in superscript <sup class="ph sup">text</sup>.</p>
<p class="p">This is written in subscript <sub class="ph sub">text</sub>.</p>
<p class="p">This is written in <span class="ph tt" style="font-family: monospace">monospace</span> text.</p>
<p class="p">This is written in <span class="ph tt">monospace</span> text.</p>
<p class="p">This is written in <u class="ph u">underline</u> text.</p>

<p class="p">This is written in <code class="ph codeph">code</code> text.</p>
Expand Down

0 comments on commit 30e5877

Please sign in to comment.