~midori/midori/gtk3WebKit2only

« back to all changes in this revision

Viewing changes to tests/tab.vala

  • Committer: Christian Dywan
  • Date: 2014-12-07 23:48:47 UTC
  • Revision ID: christian.dywan@canonical.com-20141207234847-l2xz8lblt5m03uht
Native GTK+ tabs: errors and private browsing info

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
        return true;
258
258
        });
259
259
    /* png2swf -z -j 1 -o data/midori.swf ./icons/16x16/midori.png */
260
 
    tab.set_html ("<embed src=\"res:///midori.swf\">");
 
260
    tab.set_html ("<embed src=\"./midori.swf\">");
261
261
    do { loop.iteration (true); } while (tab.load_status != Midori.LoadStatus.FINISHED);
262
262
    assert (!did_request_download);
263
263
}