LET page = PARSE(` Offline

Hello world

`) LET title = ELEMENT(page, "title") RETURN EXPECT(title.innerText, "Offline")