summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/compatibility/test/node/components/__snapshots__/components-compatibility-Footer.test.js.snap
blob: 62be938dd7a63eea203d7141222a34f162b27c45 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Footer component renders 1`] = `
<footer
  className="compatibility-footer"
>
  <Localized
    attrs={
      Object {
        "title": true,
      }
    }
    id="compatibility-settings-button-title"
  >
    <button
      className="compatibility-footer__button"
      onClick={[Function]}
      title="compatibility-settings-button-title"
    >
      <img
        className="compatibility-footer__icon"
        src="chrome://devtools/skin/images/settings.svg"
      />
      <Localized
        id="compatibility-settings-button-label"
      >
        <label
          className="compatibility-footer__label"
        >
          compatibility-settings-button-label
        </label>
      </Localized>
    </button>
  </Localized>
</footer>
`;