summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/boxmodel/test/browser.toml
blob: 4da0e53eeb6d2a9392482ca62cc11795da7bf76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
  "doc_boxmodel_iframe1.html",
  "doc_boxmodel_iframe2.html",
  "head.js",
  "!/devtools/client/inspector/test/head.js",
  "!/devtools/client/inspector/test/shared-head.js",
  "!/devtools/client/shared/test/shared-head.js",
  "!/devtools/client/shared/test/telemetry-test-helpers.js",
  "!/devtools/client/shared/test/highlighter-test-actor.js",
]

["browser_boxmodel.js"]

["browser_boxmodel_edit-position-visible-position-change.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_editablemodel.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_editablemodel_allproperties.js"]
disabled = "too many intermittent failures (bug 1009322)"

["browser_boxmodel_editablemodel_bluronclick.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_editablemodel_border.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_editablemodel_pseudo.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_editablemodel_stylerules.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_guides.js"]

["browser_boxmodel_jump-to-rule-on-hover.js"]

["browser_boxmodel_layout-accordion-state.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_navigation.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_offsetparent.js"]

["browser_boxmodel_positions.js"]

["browser_boxmodel_properties.js"]

["browser_boxmodel_pseudo-element.js"]

["browser_boxmodel_rotate-labels-on-sides.js"]

["browser_boxmodel_show-tooltip-for-unassociated-rule.js"]

["browser_boxmodel_sync.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_boxmodel_tooltips.js"]
skip-if = ["true"] # Bug 1336198

["browser_boxmodel_update-after-navigation.js"]
skip-if = ["(os == 'linux' || os == 'win') && bits == 64"] #Bug 1582395

["browser_boxmodel_update-after-reload.js"]

["browser_boxmodel_update-in-iframes.js"]
disabled = "Bug 1020038 boxmodel-view updates for iframe elements changes"