layout/base/crashtests/385354.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/385354.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<html><head>
     1.5 +<style>
     1.6 +object::before { content:"before text";}
     1.7 +</style>
     1.8 +<script>
     1.9 +function doe(){
    1.10 +document.getElementById('a').setAttribute('style', 'overflow: scroll; font-family: Hiragino Kaku Gothic Std;');
    1.11 +}
    1.12 +setTimeout(doe,500);
    1.13 +</script>
    1.14 +</head>
    1.15 +<body>
    1.16 +<div style="text-align: right;width: -moz-intrinsic;">
    1.17 +<object style="white-space: -moz-pre-wrap; word-spacing: 10px;"><span id="a">
    1.18 +</span></object>
    1.19 +</div>
    1.20 +</body>
    1.21 +</html>
    1.22 \ No newline at end of file

mercurial