Skip to content

Commit a28039e

Browse files
committed
change how InSelect works a bit and add some testcases to test InSelect handling
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40298
1 parent be63f75 commit a28039e

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

tree-construction/tests2.dat

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)