Chapter Text
eel's test cases based on the html regression instructions from the wiki instructions: copy/paste this whole file (or parts of it in case of character limitations) to various boxes. submit. view the page and check the source code for differences if needed.
Text Formatting
this is a link bold underline *not supposed to work for about me/post work italic Emphasis Delete Insert
heading 1
-not valid in comments
heading 2
-not valid in comments
Heading 3
-not valid in comments
Heading 4
-not valid in comments
Heading 5
-not valid in comments
Heading 6
-not valid in comments strike
strong asub asupspan - not valid in comments
Other formatting
hr not listed for works.
- is only listed for comments 
- not valid in comments/bookmarks
center this
paragraph of junk yadda yadda yaddya
*p not supposed to work for about me/post work not valid in comments Before the br break
after break br break
this is a pre - formatted text
nicely
formatted
text
System.out.println("hello world!"); //this is a code
citation stuff
this is a blockquote
a short quote
cited from
Tables
--- not valid with comments or bookmarks
following table uses: table, colgroup, col, tr, th, td
| ISBN | Title | Price |
|---|---|---|
| 3476896 | My first HTML | $53 |
following table uses: table, caption, tbody, tr, th, td
| Name | Cups | Type of Coffee | Sugar? |
|---|---|---|---|
| T. Sexton | 10 | Espresso | No |
| J. Dinnen | 5 | Decaf | Yes |
following table uses: table, thead, tr, th, tbody, tfoot
| Month | Savings |
|---|---|
| January | $100 |
| February | $80 |
| Sum | $180 |
Lists
--- not valid with comments
test for definitions dl, dt, dd
- Squee
- - an exuberant expression of happiness.
- Ice cream
- - a fan's food of choice; results in squee.
Test for list: ul/li
- House/Wilson
- Harry/Draco
- Sam/Dean
Test for ordered list: ol/li
- House/Wilson
- Harry/Draco
- Sam/Dean
Things that shouldn't be working but failing nicely: style, script, lalalal (invalid tag example) <!-- style tag, this text is still here -->
invalid tag, this text is still here span using style - style attribute is eaten
color green second attempt