Closed Bug 472159 Opened 16 years ago Closed 4 years ago

crashtest fails to load on maemo only

Categories

(Core :: CSS Parsing and Computation, defect)

ARM
Maemo
defect
Not set
normal

Tracking

()

RESOLVED INACTIVE

People

(Reporter: jmaher, Unassigned)

References

Details

in the layout/style/crashtests/432561-1.html test, we fail to trigger onload when running inside of maemo.  This test works just fine in fennec on the linux desktop.  

The core of this test is this script:
<body>
<script>
var str = '{';
for (var i=0;i<22;i++)
 str+=str;
document.write('<style type="text/css">div '+str+'</style>');
str = '{{[('
for (var i=0;i<20;i++)
 str+=str;
document.write('<style type="text/css">div '+str+'</style>');
</script>
</body>


and when run as a reftest, it produces this error:
REFTEST TEST-UNEXPECTED-FAIL | file:///root/fennec/xulrunner/_tests/layout/style/crashtests/432561-1.html | timed out waiting for onload to fire
oddly enough this same failure is the cause of 3 other tests (which pass just fine on a second run) during the full crashtests run.  This failure is reproducible on maemo for this specific test case though.
Blocks: 473564
moving to core:css

http://mxr.mozilla.org/mozilla-central/source/layout/style/crashtests/432561-1.html
Component: General → Style System (CSS)
Product: Fennec → Core
QA Contact: general → style-system
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.