Descriptionhtml: allow whitespace text nodes in <head>
Pass tests1.dat, test 50:
<!DOCTYPE html><script> <!-- </script> --> </script> EOF
| <!DOCTYPE html>
| <html>
| <head>
| <script>
| " <!-- "
| " "
| <body>
| "--> EOF"
Also pass tests through test 54:
<!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body>
Patch Set 1 #Patch Set 2 : diff -r 69423942510b https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 69423942510b https://go.googlecode.com/hg/ #
Total comments: 1
MessagesTotal messages: 4
|