Sha256: aff026c547bc753a92fba3bd18824950637bbe7a1da345c0291ddc062ad48c14

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

<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>
</html>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
tdiary-5.0.11 vendor/bundle/gems/capybara-3.12.0/lib/capybara/spec/views/obscured.erb
capybara-3.12.0 lib/capybara/spec/views/obscured.erb