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:
717 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <style> |
---|
4 | .myClass { |
---|
5 | display: none; |
---|
6 | } |
---|
7 | </style> |
---|
8 | <!-- Commented out as a test that the load code for content pane does NOT include it |
---|
9 | as script content. |
---|
10 | <STYLE> |
---|
11 | .myClass.myClass2 { |
---|
12 | display: inline; |
---|
13 | } |
---|
14 | @import "remoteCss1.css"; |
---|
15 | </STYLE> |
---|
16 | <link rel="stylesheet" type="text/css" href="remoteCss2.css" /> |
---|
17 | --> |
---|
18 | <script> |
---|
19 | //This sets a flag to indicate that the page has loaded and is checked |
---|
20 | //in the testcase. |
---|
21 | window.__remotePaneLoaded = true; |
---|
22 | </script> |
---|
23 | </head> |
---|
24 | <body> |
---|
25 | <span class="myClass myClass2" id="n1"></span> |
---|
26 | <span class="myClass myClass3" id="n2"></span> |
---|
27 | <span class="myClass myClass4" id="n3"></span> |
---|
28 | Some simple content. |
---|
29 | </body> |
---|
30 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.