| commit | 78c93fef96d79c393aedcd7e05b3f6d29c6835b3 | [log] [tgz] |
|---|---|---|
| author | kouhei <kouhei@chromium.org> | Thu Jul 21 05:13:02 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 21 05:15:13 2016 |
| tree | 570d4e495efe07f73ab4c48dd1840ca83a341d61 | |
| parent | bd67b8eff229c8aecc98515cc2b5a15b12792af2 [diff] |
Fix crash when encountered unmatched script end-tag token in TextMode Before this CL, we assumed that <script> start-tag was seen when we encounter <script> end-tag token when the parser insertion mode is in 'text' mode. However, the <script> end-tag may also appear w/o script tag in "the stack of open elements", like in attached test. BUG=411226 Review-Url: https://codereview.chromium.org/2151783002 Cr-Commit-Position: refs/heads/master@{#406770}