This commit is contained in:
Éric Lemoine
2013-02-20 10:38:25 +01:00
parent 17c3936ab6
commit 5d14b9e2d4
1919 changed files with 559755 additions and 2588 deletions

View File

@@ -0,0 +1,22 @@
<html>
<head>
<!-- Commented out as a test that the load code for content pane does NOT include it
as script content.
<SCRIPT>
var div = document.createElement("div");
document.body.appendChild(div);
div.innerHTML = "<div id=\"should_not_be_here\"></div>";
</SCRIPT>
-->
<!-- test that entity characters are properly processed in a src url by the ContentPane code. -->
<script type="text/javascript" src="remote/getResponse.php?mode=entityChars&amp;entityEscaped=true"></script>
<script>
//This sets a flag to indicate that the page has loaded and is checked
//in the testcase.
window.__remotePaneLoaded = true;
</script>
</head>
<body>
Some simple content.
</body>
</html>