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

Version Path
envjs19-0.3.8.20101029121421 test/fixtures/html/iframe3.html
envjs-0.3.8 test/fixtures/html/iframe3.html
envjs-0.3.7 test/fixtures/html/iframe3.html
envjs-0.3.6 test/fixtures/html/iframe3.html
envjs-0.3.5 test/fixtures/html/iframe3.html
envjs-0.3.4 test/fixtures/html/iframe3.html
envjs-0.3.3 test/fixtures/html/iframe3.html
envjs-0.3.2 test/fixtures/html/iframe3.html
envjs-0.3.1 test/fixtures/html/iframe3.html
envjs-0.3.0 test/fixtures/html/iframe3.html
envjs-0.2.0 test/fixtures/html/iframe3.html
envjs-0.1.7 test/fixtures/html/iframe3.html
envjs-0.1.6 test/fixtures/html/iframe3.html
envjs-0.1.5 test/fixtures/html/iframe3.html
envjs-0.1.4 test/fixtures/html/iframe3.html
envjs-0.1.3 test/fixtures/html/iframe3.html
harmony-0.5.1 vendor/envjs/test/fixtures/html/iframe3.html
harmony-0.5 vendor/envjs/test/fixtures/html/iframe3.html
envjs-0.1.2 test/fixtures/html/iframe3.html
envjs-0.1.1 test/fixtures/html/iframe3.html