author | Ed Morley <emorley@mozilla.com> |
Tue, 24 Jun 2014 15:38:23 +0100 | |
changeset 190421 | 7b174d47f3cce16ca656bf700d406c6cb5a8b619 |
parent 190420 | 4c3883620096f70bda18d53d38c654bc518bb0df |
child 190467 | 215b93e07e1dc56c491a54bbb67f5c4fe8dc02af |
child 190524 | d4156937826aa527503c8e9af66340b9bbf572b7 |
push id | 27004 |
push user | emorley@mozilla.com |
push date | Tue, 24 Jun 2014 15:52:34 +0000 |
treeherder | mozilla-central@7b174d47f3cc [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1000722 |
milestone | 33.0a1 |
backs out | e56739ee253b4ad98794f2f2e54ac02f77282465 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/tools/reftest/reftest.js +++ b/layout/tools/reftest/reftest.js @@ -266,17 +266,17 @@ this.OnRefTestLoad = function OnRefTestL gBrowser = gContainingWindow.document.createElementNS(XUL_NS, "xul:browser"); } gBrowser.setAttribute("id", "browser"); gBrowser.setAttribute("type", "content-primary"); gBrowser.setAttribute("remote", gBrowserIsRemote ? "true" : "false"); gBrowser.setAttribute("mozasyncpanzoom", "true"); // Make sure the browser element is exactly 800x1000, no matter // what size our window is - gBrowser.setAttribute("style", "padding: 0px; margin: 0px; border:none; min-width: 800px; min-height: 1000px; max-width: 800px; max-height: 1000px"); + gBrowser.setAttribute("style", "min-width: 800px; min-height: 1000px; max-width: 800px; max-height: 1000px"); #ifdef BOOTSTRAP #ifdef REFTEST_B2G var doc = gContainingWindow.document.getElementsByTagName("html")[0]; #else var doc = gContainingWindow.document.getElementById('main-window'); #endif while (doc.hasChildNodes()) {