Sha256: 4490c702bdeeabe174b9d661ff96ee0ea555d9d08dfbede1630cb355205e1de5
Contents?: true
Size: 1001 Bytes
Versions: 31
Compression:
Stored size: 1001 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- * This file is a component of env.js, * http://github.com/gleneivey/env-js/commits/master/README * a Pure JavaScript Browser Environment * Copyright 2009 John Resig, licensed under the MIT License * http://www.opensource.org/licenses/mit-license.php --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html"> <head> <title>Content document for nested-IFRAME testing in env.js</title> </head> <body> <p id="firstPara"> First paragraph in <code>iframe.3.html</code>. </p> <!-- CHECK: under java, this has been html/iframe2.html, but shouldn't loc be relative to this window? --> <iframe id="nested1Level" name="nested1Level" src="iframe2.html"></iframe> <p id="lastPara"> Last paragraph in <code>iframe.3.html</code>. </p> </body> </html>
Version data entries
31 entries across 31 versions & 4 rubygems