File tree Expand file tree Collapse file tree 1 file changed +91
-0
lines changed Expand file tree Collapse file tree 1 file changed +91
-0
lines changed Original file line number Diff line number Diff line change @@ -555,3 +555,94 @@ eof-in-math
555
555
| <option>
556
556
| <i>
557
557
| "option"
558
+
559
+ #data
560
+ <div><i></div><option>option
561
+ #errors
562
+ #document
563
+ | <html>
564
+ | <head>
565
+ | <body>
566
+ | <div>
567
+ | <i>
568
+ | <i>
569
+ | <option>
570
+ | "option"
571
+
572
+ #data
573
+ <select><div>div 1</div><button>button</button><div>div 2</div><datalist><option>option</option></datalist><div>div 3</div></select>
574
+ #errors
575
+ #document
576
+ | <html>
577
+ | <head>
578
+ | <body>
579
+ | <select>
580
+ | <div>
581
+ | "div 1"
582
+ | <button>
583
+ | "button"
584
+ | <div>
585
+ | "div 2"
586
+ | <datalist>
587
+ | <option>
588
+ | "option"
589
+ | <div>
590
+ | "div 3"
591
+
592
+ #data
593
+ <select><button>button</select>
594
+ #errors
595
+ #document
596
+ | <html>
597
+ | <head>
598
+ | <body>
599
+ | <select>
600
+ | <button>
601
+ | "button"
602
+
603
+ #data
604
+ <select><datalist>datalist</select>
605
+ #errors
606
+ #document
607
+ | <html>
608
+ | <head>
609
+ | <body>
610
+ | <select>
611
+ | <datalist>
612
+ | "datalist"
613
+
614
+ #data
615
+ <select><button><select></select></button></select>
616
+ #errors
617
+ #document
618
+ | <html>
619
+ | <head>
620
+ | <body>
621
+ | <select>
622
+ | <button>
623
+ | <select>
624
+
625
+ #data
626
+ <select><button><div><select></select>
627
+ #errors
628
+ #document
629
+ | <html>
630
+ | <head>
631
+ | <body>
632
+ | <select>
633
+ | <button>
634
+ | <div>
635
+ | <select>
636
+
637
+ #data
638
+ <select><div><option><img>option</option></div></select>
639
+ #errors
640
+ #document
641
+ | <html>
642
+ | <head>
643
+ | <body>
644
+ | <select>
645
+ | <div>
646
+ | <option>
647
+ | <img>
648
+ | "option"
You can’t perform that action at this time.
0 commit comments