Add itercb, fid, fclass methods
[html-element-library.git] / t / html / itercb-exp.html
diff --git a/t/html/itercb-exp.html b/t/html/itercb-exp.html
new file mode 100644 (file)
index 0000000..e6267f8
--- /dev/null
@@ -0,0 +1,8 @@
+<body>
+  <table><thead><tr><th>First Name</th><th>Last Name</th><th>Option</th></tr></thead>
+  <tbody>
+  <tr><td class="first">Foo</td><td class="last">Bar</td><td class="option">2</td></tr>
+  <tr><td class="first">Bar</td><td class="last">Bar</td><td class="option">3</td></tr>
+  <tr><td class="first">Baz</td><td class="last">Bar</td><td class="option">4</td></tr>
+  </tbody></table>
+</body>
This page took 0.008973 seconds and 4 git commands to generate.