Skip to content

Commit cfb6639

Browse files
authored
Add select particular element in scope test
Fixes #179.
1 parent f994590 commit cfb6639

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tree-construction/webkit02.dat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,3 +728,15 @@ eof-in-math
728728
| "ib"
729729
| <b>
730730
| "b"
731+
732+
#data
733+
<font><select><option>a</option></font></select>
734+
#errors
735+
#document
736+
| <html>
737+
| <head>
738+
| <body>
739+
| <font>
740+
| <select>
741+
| <option>
742+
| "a"

0 commit comments

Comments
 (0)