layout/base/crashtests/491547-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/491547-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.5 +
     1.6 +<box id="a" style="display: list-item;">
     1.7 +&amp;m&amp;m
     1.8 +<box id="b"/>
     1.9 +</box>
    1.10 +
    1.11 +<style xmlns="http://www.w3.org/1999/xhtml">
    1.12 +#a::first-letter {float: right; }
    1.13 +</style>
    1.14 +
    1.15 +<script xmlns="http://www.w3.org/1999/xhtml">
    1.16 +function doe() {
    1.17 +document.getElementById('a').style.direction = 'rtl';
    1.18 +document.getElementById('b').style.direction = 'ltr';
    1.19 +}
    1.20 +setTimeout(doe, 100);
    1.21 +</script>
    1.22 +
    1.23 +</window>

mercurial