aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/test35.htm
diff options
context:
space:
mode:
Diffstat (limited to 'test/render/test35.htm')
-rw-r--r--test/render/test35.htm28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/render/test35.htm b/test/render/test35.htm
new file mode 100644
index 00000000..aeffaec4
--- /dev/null
+++ b/test/render/test35.htm
@@ -0,0 +1,28 @@
+<style>
+ .vector-menu-tabs-legacy {
+ padding: 5px;
+ background-color: lightblue;
+ display: inline-block;
+ }
+ .vector-menu-tabs-legacy ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+ }
+ .vector-menu-tabs-legacy li {
+ background-color: lightcoral;
+ float: left;
+ display: block;
+ margin: 0;
+ padding: 5px;
+ white-space: nowrap;
+ }
+</style>
+
+<nav id="p-namespaces" class="vector-menu-tabs-legacy">
+ <ul class="vector-menu-content-list">
+ <li id="ca-nstab-main">Article</li>
+ <li id="ca-talk">Talk</li>
+ <li id="ca-talk1">T</li>
+ </ul>
+</nav>