Skip to content

Commit 33983e6

Browse files
Bug 1991135, part 2 - Add tests for <meta name=rating> - r=dom-core,firefox-desktop-core-reviewers ,smaug
Differential Revision: https://phabricator.services.mozilla.com/D266423
1 parent 1f5d422 commit 33983e6

File tree

6 files changed

+554
-0
lines changed

6 files changed

+554
-0
lines changed

toolkit/content/tests/browser/browser.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ support-files = [
1212
"file_nonAutoplayAudio.html",
1313
"file_redirect.html",
1414
"file_redirect_to.html",
15+
"file_restricted.html",
16+
"file_restricted_dynamic.html",
17+
"file_restricted_frame.html",
18+
"file_restricted_navigation.html",
1519
"file_silentAudioTrack.html",
1620
"file_webAudio.html",
1721
"gizmo.mp4",
@@ -36,6 +40,8 @@ skip-if = [
3640
"os == 'mac' && os_version == '11.20' && arch == 'aarch64' && opt && socketprocess_networking",
3741
]
3842

43+
["browser_about_restricted.js"]
44+
3945
["browser_autoscroll_disabled.js"]
4046

4147
["browser_autoscroll_disabled_on_editable_content.js"]

0 commit comments

Comments
 (0)