Last change
on this file was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
-
Property svn:executable set to
*
|
File size:
720 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <!-- Commented out as a test that the load code for content pane does NOT include it |
---|
4 | as script content. |
---|
5 | <SCRIPT> |
---|
6 | var div = document.createElement("div"); |
---|
7 | document.body.appendChild(div); |
---|
8 | div.innerHTML = "<div id=\"should_not_be_here\"></div>"; |
---|
9 | </SCRIPT> |
---|
10 | --> |
---|
11 | <!-- test that entity characters are properly processed in a src url by the ContentPane code. --> |
---|
12 | <script type="text/javascript" src="remote/getResponse.php?mode=entityChars&entityEscaped=true"></script> |
---|
13 | <script> |
---|
14 | //This sets a flag to indicate that the page has loaded and is checked |
---|
15 | //in the testcase. |
---|
16 | window.__remotePaneLoaded = true; |
---|
17 | </script> |
---|
18 | </head> |
---|
19 | <body> |
---|
20 | Some simple content. |
---|
21 | </body> |
---|
22 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.