Issue #65 - add some more tests, and adjust testbase accordingly
This commit is contained in:
parent
06b19527a4
commit
18af5ecac4
|
@ -8,7 +8,21 @@
|
||||||
var m1 = "\"<script \"";
|
var m1 = "\"<script \"";
|
||||||
var m2 = '<script '; // <script
|
var m2 = '<script '; // <script
|
||||||
</script>
|
</script>
|
||||||
|
<script>
|
||||||
|
document.write('<style>body{font-family:"'+XCOOKIE.gui_font+'",Verdana, Arial;}<\/style>');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<p>para 1</p>
|
||||||
|
<script type="text/javascript">//<![CDATA[
|
||||||
|
var request_uri = "http://www.cubrid.org/";
|
||||||
|
var waiting_message = "Requesting to the server, please wait";
|
||||||
|
var ssl_actions = new Array();
|
||||||
|
//]]></script>
|
||||||
|
<p>para 2</p>
|
||||||
|
<script>
|
||||||
|
// We don't like single quotes.
|
||||||
|
</script>
|
||||||
|
<p>para 3</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -8,7 +8,23 @@
|
||||||
var m1 = "\"<script \"";
|
var m1 = "\"<script \"";
|
||||||
var m2 = '<script '; // <script
|
var m2 = '<script '; // <script
|
||||||
</script>
|
</script>
|
||||||
|
<script>
|
||||||
|
document.write('<style>body{font-family:"'+XCOOKIE.gui_font+'",Verdana, Arial;}<\/style>');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<p>para 1</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
//<![CDATA[
|
||||||
|
var request_uri = "http://www.cubrid.org/";
|
||||||
|
var waiting_message = "Requesting to the server, please wait";
|
||||||
|
var ssl_actions = new Array();
|
||||||
|
//]]>
|
||||||
|
</script>
|
||||||
|
<p>para 2</p>
|
||||||
|
<script>
|
||||||
|
// We don't like single quotes.
|
||||||
|
</script>
|
||||||
|
<p>para 3</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue