Sha256: 96bdfc0fc4ee6d7fbbe82bfbc5c507072b4ed9b34f26000d2f9b6d4b332d688b

Contents?: true

Size: 734 Bytes

Versions: 2

Compression:

Stored size: 734 Bytes

Contents

%div{:style => 'display: none'}
  hidden ümläüt

%div{:style => 'display: block'}
  visible ümläüt

%div{:style => 'display: none'}
  hidden '" quotes

%div{:style => 'display: block'}
  visible '" quotes

%div{:style => 'display: none'}
  %label(for='hidden-field') Hidden field
  %input(type='text' id='hidden-field')

%div{:style => 'display: block'}
  %label(for='visible-field') Visible field
  %input(type='text' id='visible-field')

%div(style='display: none')
  div with style: display: none
.hidden
  div with class: hidden
.invisible
  div with class: invisible


.container
  %div(style='display: none')
    div with style: display: none
  .hidden
    div with class: hidden
  .invisible
    div with class: invisible

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spreewald-2.3.0 tests/shared/app/views/static_pages/visibility.html.haml
spreewald-2.2.4 tests/shared/app/views/static_pages/visibility.html.haml