mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 861757 - browser_tabview_bug610242.js shouldn't use <blink>; r=dao
This commit is contained in:
parent
07ef24e1f1
commit
1a3c9b8ef6
@ -27,7 +27,7 @@ function onTabViewWindowLoaded(win) {
|
||||
// Create a bunch of tabs in the group
|
||||
let bg = {inBackground: true};
|
||||
let datatext = win.gBrowser.loadOneTab("data:text/plain,bug610242", bg);
|
||||
let datahtml = win.gBrowser.loadOneTab("data:text/html,<blink>don't blink!</blink>", bg);
|
||||
let datahtml = win.gBrowser.loadOneTab("data:text/html,<h1>hi!</h1>", bg);
|
||||
let mozilla = win.gBrowser.loadOneTab("about:mozilla", bg);
|
||||
let synclog = win.gBrowser.loadOneTab("about:sync-log", bg);
|
||||
let html = win.gBrowser.loadOneTab("http://example.com", bg);
|
||||
|
Loading…
Reference in New Issue
Block a user