Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug1430.html
blobd7a79c5bfeac10833d87becaa178a4773675f617
1 <BODY>
2 Here's the HTML test case, extracted from the Netcenter Address Book page. At
3 the top of the address book is a "tool bar" with options like "New,"
4 "Directory," "Sign-out," "Customize," etc. These are areas in a client side
5 image map. You should be able to click on these areas of the map, including the
6 areas on the right side of the map. However, in NGLayout, the right side of the
7 map isn't "clickable" -- the cursor doesn't change and the link cannot be
8 "activated."
10 I think somewhere we're miscalculating where the imagemap's areas are, because
11 the areas on the left still work, although clicking on them sometimes crashes.
12 It's as though NGLayout thinks the Imagemap areas are located a few
13 hundred pixels to the left.
14 <BR>
15 <TABLE>
16 <TR>
17 <td>Let's put some space in here!</td>
18 <TD>
19 <TABLE>
20 <TR>
21 <TD>
22 <TABLE>
23 <TR
24 BACKGROUND=../images/raptor.jpg>
25 <TD><IMG SRC=../images/raptor.jpg WIDTH=4
26 HEIGHT=1><IMG
27 SRC=../images/raptor.jpg
28 ../images/raptor.jpg USEMAP="#toolbar" WIDTH=436 HEIGHT=35 ALT="button
29 palette" BORDER=0 VSPACE=5 ISMAP>
31 <MAP NAME="toolbar">
32 <AREA SHAPE=RECT COORDS="0,0,41,35" HREF="mailto:">
33 <AREA SHAPE=RECT COORDS="41,0,124,35"
34 HREF="http://form.netscape.com/directory/html/no_javascript.html"
35 onClick="open_wname('http://my.netscape.com/mys/contact/comingsoon.html','search'); return false;">
37 <AREA SHAPE=RECT COORDS="124,0,164,35"
38 HREF="/setup_frameset.tmpl?services=addressbook&mn=NO&dest=/contact/index.tmpl">
39 <AREA SHAPE=RECT COORDS="164,0,222,35"
40 HREF="http://form.netscape.com/directory/html/no_javascript.html"
41 onClick="open_wname('http://form.netscape.com/directory/lookup/html/search_frameset.html','mdsearch'); return false;">
42 <AREA SHAPE=RECT COORDS="309,0,352,35"
43 HREF="http://ureg.netscape.com/iiop/UReg2/login/login?U2_SOURCE=ADDRESSBOOK&U2_E
44 NDURL=http://home.netscape.com&U2_EXITURL=http://home.netscape.com&U2_BROWSER_OK
45 =true&U2_LOGOUT=true">
46 <AREA SHAPE=RECT COORDS="352,0,411,35"
47 HREF="/setup_frameset.tmpl?services=addressbook&mn=NO&dest=/contact/index.tmpl">
49 <AREA SHAPE=RECT COORDS="309,0,352,35"
50 HREF="http://ureg.netscape.com/iiop/UReg2/login/login?U2_SOURCE=ADDRESSBOOK&U2_E
51 NDURL=http://contact.netscape.com/contact/&U2_EXITURL=http://home.netscape.com&U
52 2_BROWSER_OK=true">
53 <AREA SHAPE=RECT COORDS="352,0,411,35"
54 HREF="http://ureg.netscape.com/iiop/UReg2/entrypoint/dispatch?U2_SOURCE=ADDRESSB
55 OOK&U2_NEW_ENDURL=http://contact.netscape.com/setup_frameset.tmpl//&services=add
56 ressbook//&mn=NO//&dest=/contact/index.tmpl&U2_EXITURL=http://home.netscape.com&
57 U2_BROWSER_OK=true">
58 <AREA SHAPE=RECT COORDS="411,0,436,35"
59 HREF="http://my.netscape.com/mys/contact/help.html">
60 </MAP>
63 </td></tr></table>
64 </td></tr></table>
65 </td></tr></table>
66 </body>