HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/rubygems-integration/all/gems/capybara-3.36.0/lib/capybara/spec/views/animated.erb
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
    <title>with_animation</title>
    <script src="/jquery.js" type="text/javascript" charset="utf-8"></script>
    <script>
      $(document).on('contextmenu', function(e){ e.preventDefault(); });
    </script>
    <style>
      div {
        width: 400px;
        height: 400px;
        position: absolute;
      }
      #obscured {
        z-index: 1;
        background-color: red;
      }
      #cover {
        z-index: 2;
        background-color: blue;
      }
      #offscreen {
        top: 2000px;
        left: 2000px;
        background-color: green;
      }
      #offscreen_wrapper {
        top: 2000px;
        left: 2000px;
        overflow-x: scroll;
        background-color: yellow;
      }
    </style>
  </head>

  <body id="with_animation">
    <div id="obscured">
      <input id="obscured_input"/>
    </div>
    <div id="cover"></div>
    <div id="offscreen_wrapper">
      <div id="offscreen"></div>
    </div>
  </body>

  <iframe id="frameOne" src="/frame_one"></iframe>
</html>