Sha256: 4673ebd690f77adc7c8ef42d69305b535b0d9d1e82b19f07c0625ceb6a62d551

Contents?: true

Size: 720 Bytes

Versions: 40

Compression:

Stored size: 720 Bytes

Contents

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
    <title>with_hover</title>
  </head>

  <body id="with_hover">
    <style type="text/css">
      .hidden_until_hover {display: none;}
      .wrapper:hover .hidden_until_hover { display: block }
    </style>
    <div class="wrapper">
      Some text here so the wrapper has size
      <div class="hidden_until_hover">Here I am</div>
    </div>
    <div style="display: block; height: 1000px; width: 100%"></div>
    <div class="wrapper scroll_needed" >
      Some text here so the wrapper has size
      <div class="hidden_until_hover">Here I am</div>
    </div>
  </body>
</html>

Version data entries

40 entries across 38 versions & 2 rubygems

Version Path
capybara-3.13.2 lib/capybara/spec/views/with_hover.erb
capybara-3.13.1 lib/capybara/spec/views/with_hover.erb
capybara-3.13.0 lib/capybara/spec/views/with_hover.erb
tdiary-5.0.11 vendor/bundle/gems/capybara-3.12.0/lib/capybara/spec/views/with_hover.erb
tdiary-5.0.11 vendor/bundle/gems/capybara-3.6.0/lib/capybara/spec/views/with_hover.erb
capybara-3.12.0 lib/capybara/spec/views/with_hover.erb
capybara-3.11.1 lib/capybara/spec/views/with_hover.erb
capybara-3.11.0 lib/capybara/spec/views/with_hover.erb
capybara-3.10.1 lib/capybara/spec/views/with_hover.erb
capybara-3.10.0 lib/capybara/spec/views/with_hover.erb
capybara-3.9.0 lib/capybara/spec/views/with_hover.erb
capybara-3.8.2 lib/capybara/spec/views/with_hover.erb
capybara-3.8.1 lib/capybara/spec/views/with_hover.erb
capybara-3.8.0 lib/capybara/spec/views/with_hover.erb
capybara-3.7.2 lib/capybara/spec/views/with_hover.erb
capybara-3.7.1 lib/capybara/spec/views/with_hover.erb
capybara-3.7.0 lib/capybara/spec/views/with_hover.erb
capybara-3.6.0 lib/capybara/spec/views/with_hover.erb
capybara-3.5.1 lib/capybara/spec/views/with_hover.erb
capybara-3.5.0 lib/capybara/spec/views/with_hover.erb