Bug 1606796 - Rename test_bug1453693.html to test_focus_shadow_dom.html; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D58596

--HG--
rename : dom/base/test/file_bug1453693.html => dom/base/test/file_focus_shadow_dom.html
rename : dom/base/test/test_bug1453693.html => dom/base/test/test_focus_shadow_dom.html
extra : moz-landing-system : lando
This commit is contained in:
Edgar Chen 2020-01-03 16:05:21 +00:00
Родитель 7e5c18223f
Коммит 8a3c5a72a7
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -129,9 +129,9 @@ support-files =
file_bug907892.html
file_bug945152.jar
file_bug1274806.html
file_bug1453693.html
file_current_inner_window.html
file_domwindowutils_animation.html
file_focus_shadow_dom.html
file_general_document.html
file_history_document_open.html
file_htmlserializer_1.html
@ -618,7 +618,6 @@ support-files = file_bug1100912.html
[test_bug1404385.html]
[test_bug1406102.html]
[test_bug1421568.html]
[test_bug1453693.html]
[test_bug1472427.html]
[test_bug1499169.html]
skip-if = toolkit == 'android' # Timeouts on android due to page closing issues with embedded pdf
@ -665,6 +664,7 @@ skip-if = (toolkit == 'android') # Android: Bug 1465387
[test_find_nac.html]
skip-if = (toolkit == 'android') # Android: Bug 1465387
[test_focus_shadow_dom_root.html]
[test_focus_shadow_dom.html]
[test_getAttribute_after_createAttribute.html]
[test_getElementById.html]
[test_getTranslationNodes.html]

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

@ -19,7 +19,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1453693
if (navigator.platform.indexOf("Mac") === 0) {
await SpecialPowers.pushPrefEnv({"set": [["accessibility.tabfocus", 7]]});
}
win = window.open("file_bug1453693.html", "", "width=300, height=300");
win = window.open("file_focus_shadow_dom.html", "", "width=300, height=300");
}
function didRunTests() {