Skip to content

Commit

Permalink
kol-abbr test
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
AlexanderSchmidtCE committed Nov 13, 2024
1 parent 058eef7 commit 1bfa4bd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`kol-abbr should render with _label="Text" _tooltipAlign="bottom" 1`] = `
<kol-abbr class="kol-abbr">
<template shadowrootmode="open">
<abbr aria-labelledby="nonce" role="definition" tabindex="0" title="Text">
<abbr aria-labelledby="nonce" class="kol-abbr__abbr" role="definition" tabindex="0" title="Text">
<span>
<slot></slot>
</span>
Expand All @@ -16,7 +16,7 @@ exports[`kol-abbr should render with _label="Text" _tooltipAlign="bottom" 1`] =
exports[`kol-abbr should render with _label="Text" _tooltipAlign="left" 1`] = `
<kol-abbr class="kol-abbr">
<template shadowrootmode="open">
<abbr aria-labelledby="nonce" role="definition" tabindex="0" title="Text">
<abbr aria-labelledby="nonce" class="kol-abbr__abbr" role="definition" tabindex="0" title="Text">
<span>
<slot></slot>
</span>
Expand All @@ -29,7 +29,7 @@ exports[`kol-abbr should render with _label="Text" _tooltipAlign="left" 1`] = `
exports[`kol-abbr should render with _label="Text" _tooltipAlign="right" 1`] = `
<kol-abbr class="kol-abbr">
<template shadowrootmode="open">
<abbr aria-labelledby="nonce" role="definition" tabindex="0" title="Text">
<abbr aria-labelledby="nonce" class="kol-abbr__abbr" role="definition" tabindex="0" title="Text">
<span>
<slot></slot>
</span>
Expand All @@ -42,7 +42,7 @@ exports[`kol-abbr should render with _label="Text" _tooltipAlign="right" 1`] = `
exports[`kol-abbr should render with _label="Text" _tooltipAlign="top" 1`] = `
<kol-abbr class="kol-abbr">
<template shadowrootmode="open">
<abbr aria-labelledby="nonce" role="definition" tabindex="0" title="Text">
<abbr aria-labelledby="nonce" class="kol-abbr__abbr" role="definition" tabindex="0" title="Text">
<span>
<slot></slot>
</span>
Expand All @@ -55,7 +55,7 @@ exports[`kol-abbr should render with _label="Text" _tooltipAlign="top" 1`] = `
exports[`kol-abbr should render with _label="Text" 1`] = `
<kol-abbr class="kol-abbr">
<template shadowrootmode="open">
<abbr aria-labelledby="nonce" role="definition" tabindex="0" title="Text">
<abbr aria-labelledby="nonce" class="kol-abbr__abbr" role="definition" tabindex="0" title="Text">
<span>
<slot></slot>
</span>
Expand Down

0 comments on commit 1bfa4bd

Please sign in to comment.