Bug 1255710 - Part 2: Enable tests for 'transform-style: preserve-3d'. r=birtles

MozReview-Commit-ID: HzmFJErruwp

--HG--
extra : rebase_source : 6a821c2060ee63a4d3ccce70fb88f981274bb17d
This commit is contained in:
Hiroyuki Ikezoe 2016-03-29 12:50:50 +09:00
Родитель eff0b8badf
Коммит 4be774af37
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -512,11 +512,6 @@ function start() {
});
gPerformanceWarningTests.forEach(function(subtest) {
// FIXME: Bug 1255710: 'preserve-3d' frame breaks other tests,
// we should skip all 'preserve-3d' tests here.
if (subtest.desc.includes('preserve-3d')) {
return;
}
promise_test(function(t) {
var div = addDiv(t, { class: 'compositable' });
var animation = div.animate(subtest.frames, 100000);
@ -541,11 +536,6 @@ function start() {
});
gMultipleAsyncAnimationsTests.forEach(function(subtest) {
// FIXME: Bug 1255710: 'preserve-3d' frame breaks other tests,
// we should skip all 'preserve-3d' tests here.
if (subtest.desc.includes('preserve-3d')) {
return;
}
promise_test(function(t) {
var div = addDiv(t, { class: 'compositable' });
var animations = subtest.animations.map(function(anim) {