https://bugzilla.wikimedia.org/show_bug.cgi?id=60900

--- Comment #6 from Bartosz Dziewoński <matma....@gmail.com> ---
This actually seems to have some more issues between browsers… I tested Firefox
27, Opera 12 (Presto-based) and Opera 20 (Blink-based) and each of the displays
it differently.

As far as I can tell only Opera 12 rendering is correct according to the spec.

Testcase:

---

<style>
div {
    width: 50px; background: red;
}
p, input {
    width: 50px; height: 50px; 
    text-indent: 100%; white-space: nowrap;
}
</style>
<div>
<p>Lorem ipsum dolor sit amet.</p>
<input value="Lorem ipsum dolor sit amet." type=submit />
</div>

---

Screenshots:
* Firefox 27: http://i.imgur.com/90TDK3d.png
* Opera 12: http://i.imgur.com/l1cm37i.png
* Opera Next 20: http://i.imgur.com/sHuGkRZ.png

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to