Spec failures in Firefox

The following two tests fail for me when using the latest version of Firefox (21.0) on Windows with ANGLE turned on.
I’m running an NVIDIA Quadro FX 1600M with the latest drivers.

Scene/CompositePrimitive renders a primitive added with add().

Expected { 0 : 0, 1 : 0, 2 : 255, 3 : 255 } to equal [ 0, 0, 0, 0 ].

Scene/EllipsoidPrimitive renders with the default material.
Expected { 0 : 255, 1 : 255, 2 : 255, 3 : 255 } to equal [ 0, 0, 0, 0 ].

-Kristian

This is most likely #498. We should evaluate this once the batching branch goes into master since it will change the implementation of EllipsoidPrimitive.

Also, I don’t get either failures in Firefox on my NVIDIA GeForce 650M on Mac.

Patrick