You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
717 B
30 lines
717 B
<html> |
|
<head> |
|
<style> |
|
.myClass { |
|
display: none; |
|
} |
|
</style> |
|
<!-- Commented out as a test that the load code for content pane does NOT include it |
|
as script content. |
|
<STYLE> |
|
.myClass.myClass2 { |
|
display: inline; |
|
} |
|
@import "remoteCss1.css"; |
|
</STYLE> |
|
<link rel="stylesheet" type="text/css" href="remoteCss2.css" /> |
|
--> |
|
<script> |
|
//This sets a flag to indicate that the page has loaded and is checked |
|
//in the testcase. |
|
window.__remotePaneLoaded = true; |
|
</script> |
|
</head> |
|
<body> |
|
<span class="myClass myClass2" id="n1"></span> |
|
<span class="myClass myClass3" id="n2"></span> |
|
<span class="myClass myClass4" id="n3"></span> |
|
Some simple content. |
|
</body> |
|
</html>
|
|
|