1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <title id=
"mytitle"></title
></title>
5 <link rel=
"stylesheet" href=
"../js/resources/js-test-style.css">
6 <script src=
"../js/resources/js-test-pre.js"></script>
9 <p id=
"description"></p>
10 <div id=
"console"></div>
12 description("Test parsing of entity-escaped </title> tag for <a href=\"https://bugs.webkit.org/show_bug.cgi?id=7931\">Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely</a>");
14 var expectedResult
= '<' + '/title>';
15 shouldBe('document.getElementById("mytitle").textContent', 'expectedResult');
17 successfullyParsed
= true;
19 <script src=
"../js/resources/js-test-post.js"></script>