Skip to content

Commit 8f43b7e

Browse files
authored
Test multiple option elements against selectedcontent
1 parent cfb6639 commit 8f43b7e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

tree-construction/webkit02.dat

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,39 @@ eof-in-math
729729
| <b>
730730
| "b"
731731

732+
#data
733+
<select><button><selectedcontent></button><option>X<option>Y
734+
#errors
735+
#document
736+
| <html>
737+
| <head>
738+
| <body>
739+
| <select>
740+
| <button>
741+
| <selectedcontent>
742+
| "X"
743+
| <option>
744+
| "X"
745+
| <option>
746+
| "Y"
747+
748+
#data
749+
<select><button><selectedcontent></button><option>X<option selected>Y
750+
#errors
751+
#document
752+
| <html>
753+
| <head>
754+
| <body>
755+
| <select>
756+
| <button>
757+
| <selectedcontent>
758+
| "Y"
759+
| <option>
760+
| "X"
761+
| <option>
762+
| selected=""
763+
| "Y"
764+
732765
#data
733766
<font><select><option>a</option></font></select>
734767
#errors

0 commit comments

Comments
 (0)