browser.toml (2633B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 prefs = ["devtools.toolbox.footer.height=350"] 5 support-files = [ 6 "doc_boxmodel_iframe1.html", 7 "doc_boxmodel_iframe2.html", 8 "head.js", 9 "!/devtools/client/inspector/test/head.js", 10 "!/devtools/client/inspector/test/shared-head.js", 11 "!/devtools/client/shared/test/shared-head.js", 12 "!/devtools/client/shared/test/telemetry-test-helpers.js", 13 "!/devtools/client/shared/test/highlighter-test-actor.js", 14 ] 15 16 ["browser_boxmodel.js"] 17 18 ["browser_boxmodel_edit-position-visible-position-change.js"] 19 fail-if = [ 20 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 21 ] 22 23 ["browser_boxmodel_editablemodel.js"] 24 fail-if = [ 25 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 26 ] 27 28 ["browser_boxmodel_editablemodel_allproperties.js"] 29 disabled = "too many intermittent failures (bug 1009322)" 30 31 ["browser_boxmodel_editablemodel_bluronclick.js"] 32 fail-if = [ 33 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 34 ] 35 36 ["browser_boxmodel_editablemodel_border.js"] 37 fail-if = [ 38 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 39 ] 40 41 ["browser_boxmodel_editablemodel_pseudo.js"] 42 fail-if = [ 43 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 44 ] 45 46 ["browser_boxmodel_editablemodel_stylerules.js"] 47 fail-if = [ 48 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 49 ] 50 51 ["browser_boxmodel_guides.js"] 52 53 ["browser_boxmodel_jump-to-rule-on-hover.js"] 54 55 ["browser_boxmodel_layout-accordion-state.js"] 56 57 ["browser_boxmodel_navigation.js"] 58 fail-if = [ 59 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 60 ] 61 62 ["browser_boxmodel_offsetparent.js"] 63 64 ["browser_boxmodel_positions.js"] 65 66 ["browser_boxmodel_properties.js"] 67 68 ["browser_boxmodel_pseudo-element.js"] 69 70 ["browser_boxmodel_rotate-labels-on-sides.js"] 71 72 ["browser_boxmodel_show-tooltip-for-unassociated-rule.js"] 73 74 ["browser_boxmodel_sync.js"] 75 fail-if = [ 76 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 77 ] 78 79 ["browser_boxmodel_tooltips.js"] 80 skip-if = [ 81 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1336198 82 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1336198 83 "os == 'win' && os_version == '11.26100' && arch == 'x86_64'", # Bug 1336198 84 ] 85 86 ["browser_boxmodel_update-after-navigation.js"] 87 88 ["browser_boxmodel_update-after-reload.js"] 89 90 ["browser_boxmodel_update-in-iframes.js"] 91 disabled = "Bug 1020038 boxmodel-view updates for iframe elements changes"