Backed out changeset e8d1d92fa59f (bug 1211647) for causing Win7 wpt-e10s permafails.

This commit is contained in:
Ryan VanderMeulen 2016-06-02 17:50:14 -04:00
Родитель 1d32e86b9c
Коммит 79dc92e0be
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -304,7 +304,7 @@ SanityTest.prototype = {
var sanityTest = Services.ww.openWindow(null, var sanityTest = Services.ww.openWindow(null,
"chrome://gfxsanity/content/sanityparent.html", "chrome://gfxsanity/content/sanityparent.html",
"Test Page", "Test Page",
"width=" + PAGE_WIDTH + ",height=" + PAGE_HEIGHT + ",chrome,titlebar=0,scrollbars=0,popup=1", "width=" + PAGE_WIDTH + ",height=" + PAGE_HEIGHT + ",chrome,titlebar=0,scrollbars=0",
null); null);
// There's no clean way to have an invisible window and ensure it's always painted. // There's no clean way to have an invisible window and ensure it's always painted.