• Andrew Balholm's avatar
    html: parse </optgroup> and </option> · 3276afd4
    Andrew Balholm authored
    Pass tests2.dat, test 35:
    <!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
    
    | <!DOCTYPE html>
    | <html>
    |   <head>
    |   <body>
    |     <select>
    |       <optgroup>
    |         <option>
    |       <option>
    |     <option>
    
    Also pass tests through test 41:
    <!DOCTYPE html><!-- XXX - XXX - XXX -->
    
    R=nigeltao, rsc
    CC=golang-dev
    https://golang.org/cl/5395045
    3276afd4
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...