Skip to content

Commit

Permalink
Bring in the logo.gif fixture and update its references in the HTML…
Browse files Browse the repository at this point in the history
… fixtures.
  • Loading branch information
savetheclocktower committed May 19, 2014
1 parent 94908f0 commit f3ecfb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added test.new/fixtures/logo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions test.new/views/tests/dom.erb
Expand Up @@ -278,10 +278,10 @@ body {
<div id="floating_inline" style="float:left">FI</div>
<div id="floating_style">FS</div>
<!-- Test Element opacity functions -->
<img id="op1" alt="op2" src="fixtures/logo.gif" style="opacity:0.5;filter:alpha(opacity=50)" />
<img id="op2" alt="op2" src="fixtures/logo.gif"/>
<img id="op3" alt="op3" src="fixtures/logo.gif"/>
<img id="op4-ie" alt="op3" src="fixtures/logo.gif" style="filter:alpha(opacity=30)" />
<img id="op1" alt="op2" src="/fixtures/logo.gif" style="opacity:0.5;filter:alpha(opacity=50)" />
<img id="op2" alt="op2" src="/fixtures/logo.gif"/>
<img id="op3" alt="op3" src="/fixtures/logo.gif"/>
<img id="op4-ie" alt="op3" src="/fixtures/logo.gif" style="filter:alpha(opacity=30)" />
<div id="dimensions-visible"></div>
<div id="dimensions-display-none"></div>
<div id="dimensions-visible-pos-rel"></div>
Expand Down

0 comments on commit f3ecfb8

Please sign in to comment.