forked from mirrors/gecko-dev
This patch creates a new print preview browser to host the simplified cloned-document when Simplify Page option is used on preview. Also, this patch keeps track of what browser should be presented, based on whether the 'Simplify page' checkbox is checked. MozReview-Commit-ID: FZSRUyC49Wk
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"plugin:mozilla/chrome-test",
|
|
"plugin:mozilla/browser-test"
|
|
],
|
|
};
|