[Webkit-unassigned] [Bug 91228] imagemap without a "name" attribute doesn't work (affects xkcd.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 14:43:43 PDT 2012


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





--- Comment #10 from Brady Eidson <beidson at apple.com>  2012-09-26 14:44:09 PST ---
(In reply to comment #9)
> (From update of attachment 165869 [details])
> 
> > LayoutTests/ChangeLog:10
> > +        * fast/loader/resources/beach-scene.png: Added.
> 
> What is the license for this image?

There are various pngs scattered throughout the LayoutTests directory - we have rights to use any of them, so you can substitute any of them.
> 
> > LayoutTests/fast/loader/map-images-to-id-and-name.html:12
> > +                eventSender.mouseMoveTo(400, 130);
> > +                eventSender.mouseDown();
> > +                eventSender.mouseUp();
> 
> Do we have to use EventSender? The downside is that the test won't work in browser. Did you check existing image map tests for techniques?
> 
> If EventSender is a must, please add an explanation to the test about how to run it manually.

Existing <map> tests that test similar functionality do use eventSender.  At least the ones that I could find.  I think simulating an actual user click is relevant here.

Akash, when Alexey mentions adding an explanation on how to run manually he simply means some text above the images that mentions the fact that if you're running the test manually you have to click on one map or the other, and what the expectation is when you do.

-- 
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