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

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