summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/browserscope/lib/richtext2/platformFailures.js
blob: 61e1dad67194756e21323f44b2844798eafdeba0 (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
/**
 * Platform-specific failures not included in the main currentStatus.js list.
 */
var platformFailures;
if (navigator.appVersion.includes("Android")) {
  platformFailures = {
    "value": {},
    "select": {
      "S-Proposed-SM:m.f.w_TEXT-th_SC-1-dM": true,
      "S-Proposed-SM:m.f.w_TEXT-th_SC-1-body": true,
      "S-Proposed-SM:m.f.w_TEXT-th_SC-1-div": true,
      "S-Proposed-SM:m.f.w_TEXT-th_SC-2-dM": true,
      "S-Proposed-SM:m.f.w_TEXT-th_SC-2-body": true,
      "S-Proposed-SM:m.f.w_TEXT-th_SC-2-div": true,
      "S-Proposed-SM:m.b.w_TEXT-th_SC-1-dM": true,
      "S-Proposed-SM:m.b.w_TEXT-th_SC-1-body": true,
      "S-Proposed-SM:m.b.w_TEXT-th_SC-1-div": true,
      "S-Proposed-SM:m.b.w_TEXT-th_SC-2-dM": true,
      "S-Proposed-SM:m.b.w_TEXT-th_SC-2-body": true,
      "S-Proposed-SM:m.b.w_TEXT-th_SC-2-div": true
    }
  }
} else {
  platformFailures = {
    "value": {},
    "select": {}
  }
}