Sha256: 93a85adeebcd66871f283a1648ac92fc8812300c3cce64d7499d437bd404640d

Contents?: true

Size: 564 Bytes

Versions: 45

Compression:

Stored size: 564 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Dynamic iframe Generation</title>
  </head>
  <body>
    <p>The quick brown fox jumps over the lazy dog.</p>
    <iframe width="300" height="300">
      <p>iframes are not supported by your browser</p>
    </iframe>
    <script>
      var f = window.document.getElementsByTagName("iframe")[0];
      var doc = f.contentWindow.document;
      doc.open();
      doc.write('<html><head></head><body>This is the iframe</body></html>');
      doc.close();
    </script>
  EXPECTED_RUM_FOOTER_LOCATION</body>
</html>

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-4.0.0.332 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.18.1.330 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.18.0.329 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.17.2.327 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.17.1.326 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.17.0.325 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.16.3.323 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.16.2.321 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.16.1.320 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.16.0.318 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.15.2.317 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.15.1.316 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.15.0.314 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.14.3.313 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.14.2.312 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.14.1.311 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.14.0.305 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
newrelic_rpm-3.13.2.302 test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html