@Test
    @Alerts({"null", "null", "undefined", "exception"})
    public void outOfBoundAccess() {
        final String html = "<html><head>\n"
                + "    <script>\n"