mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
b172543596
This is a large patch that contains all of the core changes for renderroot splitting. Differential Revision: https://phabricator.services.mozilla.com/D20701 --HG-- extra : moz-landing-system : lando
16 lines
730 B
XML
16 lines
730 B
XML
<!-- vim: set shiftwidth=4 tabstop=8 autoindent expandtab: -->
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
id="reftest-window"
|
|
hidechrome="true"
|
|
onload="OnRefTestLoad();"
|
|
onunload="OnRefTestUnload();"
|
|
style="background:white; overflow:hidden"
|
|
renderroot="content"
|
|
>
|
|
<script type="application/ecmascript" src="resource://reftest/reftest.jsm" />
|
|
<!-- The reftest browser element is dynamically created, here -->
|
|
</window>
|