_webconsole_object_inspector.toml (3870B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 support-files = [ 5 "test-eval-in-stackframe.html", 6 "test-local-session-storage.html", 7 # head.js dependencies: 8 "head.js", 9 "shared-head.js", # Required by head.js 10 "!/devtools/client/shared/test/shared-head.js", # Required by head.js 11 "!/devtools/client/debugger/test/mochitest/shared-head.js", # Required by head.js 12 "!/devtools/client/shared/test/telemetry-test-helpers.js", # Required by /devtools/client/shared/test/shared-head.js 13 "!/devtools/client/shared/test/highlighter-test-actor.js", # Required by /devtools/client/shared/test/shared-head.js 14 ] 15 16 ["browser_webconsole_object_ctrl_click.js"] 17 fail-if = [ 18 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 19 ] 20 21 ["browser_webconsole_object_in_sidebar_keyboard_nav.js"] 22 23 ["browser_webconsole_object_inspector.js"] 24 fail-if = [ 25 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 26 ] 27 28 ["browser_webconsole_object_inspector__proto__.js"] 29 fail-if = [ 30 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 31 ] 32 33 ["browser_webconsole_object_inspector_array_getters.js"] 34 fail-if = [ 35 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 36 ] 37 38 ["browser_webconsole_object_inspector_entries.js"] 39 support-files = ["browser_webconsole_object_inspector_entries.snapshot.mjs"] 40 tags = "object-snapshots" 41 fail-if = [ 42 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 43 ] 44 https_first_disabled = true # JS HttpServer doesn't support https 45 skip-if = [ 46 "http3", # JS HttpServer doesn't support http3 47 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1965340 48 ] 49 50 ["browser_webconsole_object_inspector_getters.js"] 51 fail-if = [ 52 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 53 ] 54 55 ["browser_webconsole_object_inspector_getters_prototype.js"] 56 fail-if = [ 57 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 58 ] 59 60 ["browser_webconsole_object_inspector_getters_shadowed.js"] 61 fail-if = [ 62 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 63 ] 64 65 ["browser_webconsole_object_inspector_key_sorting.js"] 66 fail-if = [ 67 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 68 ] 69 70 ["browser_webconsole_object_inspector_local_session_storage.js"] 71 fail-if = [ 72 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 73 ] 74 75 ["browser_webconsole_object_inspector_nested_promise.js"] 76 fail-if = [ 77 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 78 ] 79 80 ["browser_webconsole_object_inspector_nested_proxy.js"] 81 fail-if = [ 82 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 83 ] 84 85 ["browser_webconsole_object_inspector_private_properties.js"] 86 fail-if = [ 87 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 88 ] 89 support-files = [ 90 "page_webconsole_object_inspector_private_properties.html" 91 ] 92 93 ["browser_webconsole_object_inspector_scroll.js"] 94 fail-if = [ 95 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 96 ] 97 98 ["browser_webconsole_object_inspector_selected_text.js"] 99 fail-if = [ 100 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 101 ] 102 103 ["browser_webconsole_object_inspector_symbols.js"] 104 fail-if = [ 105 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 106 ] 107 108 ["browser_webconsole_object_inspector_while_debugging_and_inspecting.js"] 109 fail-if = [ 110 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 111 ] 112 113 ["browser_webconsole_object_inspector_wrapped_primitive_value.js"] 114 fail-if = [ 115 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 116 ]