Skip to content

Commit 5ad026d

Browse files
committed
add selectedcontent tests
1 parent 863bb95 commit 5ad026d

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

tree-construction/webkit02.dat

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,3 +688,43 @@ eof-in-math
688688
| <body>
689689
| <select>
690690
| <input>
691+
692+
#data
693+
<select><button><selectedcontent></button><option>X
694+
#errors
695+
#document
696+
| <html>
697+
| <head>
698+
| <body>
699+
| <select>
700+
| <button>
701+
| <selectedcontent>
702+
| "X"
703+
| <option>
704+
| "X"
705+
706+
#data
707+
<select><button><selectedcontent></button><option>x<i>i<b>ib</i>b
708+
#errors
709+
#document
710+
| <html>
711+
| <head>
712+
| <body>
713+
| <select>
714+
| <button>
715+
| <selectedcontent>
716+
| "x"
717+
| <i>
718+
| "i"
719+
| <b>
720+
| "ib"
721+
| <b>
722+
| "b"
723+
| <option>
724+
| "x"
725+
| <i>
726+
| "i"
727+
| <b>
728+
| "ib"
729+
| <b>
730+
| "b"

0 commit comments

Comments
 (0)