[Webkit-unassigned] [Bug 38752] Strange behaviour after js insertion into a page pointing directly to an object (image, swf, etc)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 8 07:52:35 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38752





--- Comment #2 from Aymeric Vitte <avitte at infonais.fr>  2010-05-08 07:52:35 PST ---
Hi,

Please try :

javascript:(function(){var d=document;var h=d.getElementsByTagName("head");var
s=h.length===0?d.getElementsByTagName("html")[0].insertBefore(d.createElement("HEAD"),d.body):h[0];var
b=d.createElement("SCRIPT");b.charset="utf-8";b.src="http://www.blimpme.com/bbrowser/bug.js";b=s.appendChild(b);})();

You will see on the top left corner of the page 'Test Bug' but without the
background image that we include in bug.js which just insert a div in the page
with a background image and a text 'Test Bug'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list