File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -427,3 +427,44 @@ Invalid entity.
427427| "test"
428428
429429#data
430+ <!doctype html><select><option><optgroup>
431+ #errors
432+ ...
433+ #document
434+ | <!DOCTYPE HTML>
435+ | <html>
436+ | <head>
437+ | <body>
438+ | <select>
439+ | <option>
440+ | <optgroup>
441+
442+ #data
443+ <!doctype html><select><optgroup><option></optgroup><option><select><option>
444+ #errors
445+ ...
446+ #document
447+ | <!DOCTYPE HTML>
448+ | <html>
449+ | <head>
450+ | <body>
451+ | <select>
452+ | <optgroup>
453+ | <option>
454+ | <option>
455+
456+ #data
457+ <!doctype html><select><optgroup><option><optgroup>
458+ #errors
459+ ...
460+ #document
461+ | <!DOCTYPE HTML>
462+ | <html>
463+ | <head>
464+ | <body>
465+ | <select>
466+ | <optgroup>
467+ | <option>
468+ | <optgroup>
469+
470+ #data
You can’t perform that action at this time.
0 commit comments