Bug 578786: Fix reftests for bug 491180 on Ubuntu 10.04. r=bz a=tests-only

This commit is contained in:
Daniel Holbert 2010-08-05 07:53:43 -07:00
Родитель 4113e49e15
Коммит 565ce0101d
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,5 @@
<!DOCTYPE html>
<html>
<button style="padding: 0; margin: 0; border: none; background: transparent; -moz-appearance: none; width: 0; height: 0; font: inherit">
<button style="padding: 0; margin: 0; border: none; background: transparent; -moz-appearance: none; width: 0; height: 0; font: inherit; color: black">
Some text <div style="background: green; width: 100px; height: 100px"></div>
</button>
</div>

Просмотреть файл

@ -1,4 +1,3 @@
<!DOCTYPE html>
<html>
<input type="button" style="padding: 0; margin: 0; border: none; background: transparent; -moz-appearance: none; width: 20px; font: inherit" value="Some text">
</div>
<input type="button" style="padding: 0; margin: 0; border: none; background: transparent; -moz-appearance: none; width: 20px; font: inherit; color: black" value="Some text">