Never Loaded
This content is the element with id "never-loaded" from pageTest_1.html.
This content is the element with id "never-loaded" from pageTest_1.html.
Note: This test uses page_1.js, which has not yet been integrated into jsLib.
This content is the element with id "original-content" from pageTest_1.html. This element and the element with id "never-loaded" are removed from the display when Repository.initialize() is invoked.
All of the content elements that appear here, including this one, are loaded using Repository.loadElement(). The element with id "never-loaded" does not appear because it is never loaded.
Due to the asynchronous nature of the Repository.loadElement() method, the order of the loaded content elements varies.
Three of the loaded elements are attempts at loads from the page subDir/loadedPage.xhtml. The last of the three is an error element resulting from attempting to load with a nonexistent element id.
Three more content element are error elements resulting from attempting to load from nonexistent pages. One of these pages is off-site, resulting in a security violation.