describe("when set to \"focus\" in html element", () => {

        beforeEach(() => {
          document.documentElement.setAttribute("data-placeholder-mode", "focus")
          helpers.spyOnNativeSupportAndReturn(false)