Closed
Bug 732549
Opened 13 years ago
Closed 13 years ago
layout/reftests/image-element has 1 test that fails on android when we turn browser.tabs.remote=false
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jmaher, Unassigned)
References
(Blocks 1 open bug)
Details
On android xul, we run with e10s and our reftest harness will setup the xul window to have the remote=true attribute. For native fennec we have the preference to turn on e10s set, but we don't read it. This means that reftest is still thinking we are remote, but in reality we are not.
In trying to turn this off, I found that we have 1 test which passed but we have marked as fails-if(android):
canvas-outside-document.html
we need to figure out why this fails on android with e10s enabled and either fix it or figure out the appropriate manifest condition to not run it.
The log file showing this is here:
http://people.mozilla.org/~jmaher/android_reftests/image-element.log
Reporter | ||
Comment 1•13 years ago
|
||
these appear to be running fine in a more recent build.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•