Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Aug 9, 2024
1 parent fcc9604 commit f872421
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions literal-html/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,34 +181,6 @@ <h3>#template-7</h3>
<body>
<h1>Tests</h1>

<!--article class="test">
<template is="literal-html" shadowrootmode>
<h2>is="literal-html" shadowrootmode="open"</h2>
<style>
p {
padding: 8px;
background-color: plum;
}
</style>
<p>I am in the shadow DOM, and here is the defautl slot: "<slot></slot>".</p>
</template>
HELLO
</article-->

<!--article class="test">
<template shadowrootmode="closed">
<h2>is="literal-html" shadowrootmode="open"</h2>
<style>
p {
padding: 8px;
background-color: plum;
}
</style>
<p>I am in the shadow DOM.</p>
</template>
</article-->


<article class="test">
<template is="literal-html">
<h2>is="literal-html"</h2>
Expand All @@ -218,7 +190,7 @@ <h2>is="literal-html"</h2>
</template>
</article>

<!--table class="striped-table x-bleed test">
<table class="striped-table x-bleed test">
<thead>
<tr>
<th style="width: 60%;">Expression</th>
Expand Down Expand Up @@ -458,5 +430,5 @@ <h2>location</h2>
<pre>(${ this.renderCount }) location.identifier = ${ location.pathname }</pre>
${ location.pathname ? include('#template-' + /\w+$/.exec(location.pathname)[0], data) : '' }
</template>
</article-->
</article>
</body>

0 comments on commit f872421

Please sign in to comment.