Bug 1477261 - (Part 1) rename browser_fontinspector.html to doc_browser_fontinspector.html. r=pbro

MozReview-Commit-ID: AIL1fOrJ6Te

--HG--
rename : devtools/client/inspector/fonts/test/browser_fontinspector.html => devtools/client/inspector/fonts/test/doc_browser_fontinspector.html
extra : rebase_source : 1befddc8bfe90c9be4771c4f810adf1efee11232
This commit is contained in:
Razvan Caliman 2018-07-20 14:40:30 +02:00
Родитель 905e9bda47
Коммит b86a7b6ba3
16 изменённых файлов: 15 добавлений и 15 удалений

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

@ -2,7 +2,7 @@
tags = devtools
subsuite = devtools
support-files =
browser_fontinspector.html
doc_browser_fontinspector.html
test_iframe.html
ostrich-black.ttf
ostrich-regular.ttf

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

@ -6,7 +6,7 @@
requestLongerTimeout(2);
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -7,7 +7,7 @@
// Test that an icon appears next to web font URLs, and that clicking it copies the URL
// to the clipboard thanks to it.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -7,7 +7,7 @@
// exact preview images because they are drawn on a canvas causing them to vary
// between systems, platforms and software versions.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -8,7 +8,7 @@
// Test that changes to font-size units converts the value to the destination unit.
// Check that converted values are applied to the inline style of the selected element.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -8,7 +8,7 @@
// Test that keyword values for font properties don't show up in the font editor,
// but their computed style values show up instead.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -3,7 +3,7 @@
http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -6,7 +6,7 @@
// Test that the font-face css rule code is collapsed by default, and can be expanded.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -3,7 +3,7 @@
http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
// Test that unused font families show up in the font editor.
add_task(async function() {

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

@ -7,7 +7,7 @@
// that does not have any used fonts.
// Ensure that no used fonts are listed.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -8,7 +8,7 @@
// Check that it's collapsed by default, but can be expanded. That it does not contain
// the fonts listed in the previous section.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -7,7 +7,7 @@
// contains the fonts used to render the content of the selected element.
// Check that it's collapsed by default, but can be expanded.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -5,7 +5,7 @@
// Test that fonts usage can be revealed in the page using the FontsHighlighter.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -6,7 +6,7 @@
// Test that selecting a text node invokes the font editor on its parent node.
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);

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

@ -9,7 +9,7 @@ requestLongerTimeout(2);
const { getTheme, setTheme } = require("devtools/client/shared/theme");
const TEST_URI = URL_ROOT + "browser_fontinspector.html";
const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
const originalTheme = getTheme();
registerCleanupFunction(() => {