Closed
Bug 732566
Opened 14 years ago
Closed 14 years ago
layout/reftests/transform/stresstest1.html fails on android when we turn browser.tabs.remote=false
Categories
(Core :: CSS Parsing and Computation, 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 passes but we have marked as fails-if(android)
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 with the e10s enabled android xul is here:
http://people.mozilla.org/~jmaher/android_reftests/transform.e10s.log
| Reporter | ||
Comment 1•14 years ago
|
||
these appear to be running fine in a more recent build.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•