Skip to content

Commit

Permalink
Support <hr>-in-<select>
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 3, 2023
1 parent 66f49b1 commit 55aa183
Showing 1 changed file with 132 additions and 0 deletions.
132 changes: 132 additions & 0 deletions tree-construction/webkit02.dat
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,135 @@ eof-in-math
| <body>
| <math math>
| definitionURL=""

#data
<select><hr>
#errors
#document
| <html>
| <head>
| <body>
| <select>
| <hr>

#data
<select><option><hr>
#errors
#document
| <html>
| <head>
| <body>
| <select>
| <option>
| <hr>

#data
<select><optgroup><option><hr>
#errors
#document
| <html>
| <head>
| <body>
| <select>
| <optgroup>
| <option>
| <hr>

#data
<select><optgroup><hr>
#errors
#document
| <html>
| <head>
| <body>
| <select>
| <optgroup>
| <hr>

#data
<select><option><optgroup><hr>
#errors
#document
| <html>
| <head>
| <body>
| <select>
| <option>
| <optgroup>
| <hr>

#data
<table><tr><td><select><hr>
#errors
#document
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| <hr>

#data
<table><tr><td><select><option><hr>
#errors
#document
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| <option>
| <hr>

#data
<table><tr><td><select><optgroup><option><hr>
#errors
#document
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| <optgroup>
| <option>
| <hr>

#data
<table><tr><td><select><optgroup><hr>
#errors
#document
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| <optgroup>
| <hr>

#data
<table><tr><td><select><option><optgroup><hr>
#errors
#document
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| <option>
| <optgroup>
| <hr>

0 comments on commit 55aa183

Please sign in to comment.