1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal.tid
Mario Pietsch 84ad758829
Prepare tabs macro tests for future readability improvements (#6504)
* prepare tabs macro test for future improvements

* update tests for tabs-macro to check all possible parameters
2022-03-11 16:33:58 +00:00

43 lines
662 B
Plaintext

title: expected-html-tabs-horizontal
type: text/html
description: Horizontal tabs test - This is the expected HTML output from a test in test-wikitext-tabs-macro.js
<p>
<div class="tc-tab-set ">
<div class="tc-tab-buttons ">
<button class="">
t 1
</button><button class=" tc-tab-selected">
t 2
</button><button class="">
t 3
</button><button class="">
TabFour
</button>
</div>
<div class="tc-tab-divider "></div>
<div class="tc-tab-content ">
<div class=" tc-reveal" hidden="true"></div><div class=" tc-reveal"><p>Text tab 2</p></div><div class=" tc-reveal" hidden="true"></div><div class=" tc-reveal" hidden="true"></div>
</div>
</div>
</p>