James Coglan 2011-06-28 09:13:05 +01:00 committed by Jo Liss
parent 95d6e79f30
commit f6c787e13a
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ shared_examples_for "click_button" do
end
it "should serialise and submit color fields" do
@results['html5_color'].should == '#FFF'
@results['html5_color'].should == '#FFFFFF'
end
end

View File

@ -335,7 +335,7 @@
</p>
<p>
<label for="html5_color">Html5 Color</label>
<input type="color" name="form[html5_color]" value="#FFF" id="html5_color"/>
<input type="color" name="form[html5_color]" value="#FFFFFF" id="html5_color"/>
</p>
<p>