Sha256: 839195365bfcac6f2535915e5396d5c88f0c8f39dd942c9786d668deead918e0
Contents?: true
Size: 886 Bytes
Versions: 24
Compression:
Stored size: 886 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> <iframe id="nested1Level" name="nested1Level" src="html/iframe2.html"></iframe> <p id="lastPara"> Last paragraph in <code>iframe.3.html</code>. </p> </body> </html>
Version data entries
24 entries across 24 versions & 4 rubygems