Closed
Bug 2387
Opened 26 years ago
Closed 26 years ago
[PP] http://www.imdb.com/ : Image at top is only object that loads
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
M2
People
(Reporter: christinehoff4, Assigned: rickg)
References
()
Details
Using 1/14 build on Win 98.
Bring up URL.
The only object that loads is the image at the top.
Reporter | ||
Updated•26 years ago
|
Summary: [PP] Image at top is only object that loads → [PP] http://www.imdb.com/: Image at top is only object that loads
I don't know if this is the network code or the way the new parser is using the
network code, but when I break in the debugger we're blocked in the network code
and there's very little in the content model.
HTML refcount=8<
HEAD refcount=4<
TITLE TEXT=The Internet Movie Database. A database of more than 180,000 titl
es refcount=2<
>
LINK REL=STYLESHEET TYPE=text/css HREF=/imdb.css refcount=2<>
META NAME=description CONTENT=The IMDb is the ultimate online movie
database covering over 180,000 titles and 500,000 people with facts, trivia,
reviews and multimedia links from the earliest films to the latest releases. ref
count=2<>
META NAME=keywords CONTENT=movies,movie stars,films,movie database,movie
actors,movie actresses,movie directors,hollywood movies,movie quotes refcount=2<
>
>
BODY BGCOLOR=#ffffff TEXT=#000000 refcount=5<
Text refcount=3<\n\n\n\n>
CENTER refcount=3<
TABLE BORDER=0 WIDTH=600 CELLSPACING=0 CELLPADDING=0 BGCOLOR=#ffffff refco
unt=6<
TBODY refcount=3<
TR refcount=3<
TD refcount=4<
TABLE WIDTH=100% BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 BORDE
R=0 refcount=6<
TBODY refcount=3<
TR refcount=3<
TD refcount=4<
CENTER refcount=3<
Text refcount=3< \n \n>
NOLAYER refcount=3<
Text refcount=3<\n>
>
>
CENTER refcount=3<
Text refcount=3<\n>
IFRAME SRC=http://ad.doubleclick.net/adi/www.imdb.com/in
dex.html;p=index.html;sz=468x60;ord=886752 HEIGHT=83 WIDTH=470 FRAMEBORDER=0 MAR
GINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 SCROLLING=no BORDERCOLOR=#000000 ref
count=4<
Text refcount=2<\n>
A HREF=http://ad.doubleclick.net/jump/www.imdb.com/ind
ex.html;p=index.html;sz=468x60;ord=886752 _BASE_HREF=http://us.imdb.com/ _BASE_T
ARGET=_top refcount=2<
Text refcount=2<\n>
IMG SRC=http://ad.doubleclick.net/ad/www.imdb.com/in
dex.html;p=index.html;sz=468x60;ord=886752 WIDTH=468 HEIGHT=60 ALT=Advertisement
- click to support IMDb sponsors _BASE_HREF=http://us.imdb.com/ _BASE_TARGET=_t
op refcount=2<>
>
Text refcount=2<\n>
>
Text refcount=3<\n>
>
Text refcount=3<\n\n \n>
ILAYER ID=ad1 VISIBILITY=hidden HEIGHT=83 refcount=4<
>
Text refcount=3<\n \n>
>
>
>
>
>
>
>
>
>
Text refcount=3<\n\n\n\n>
>
>
webshell=00FA0970
HTML refcount=6<
HEAD refcount=2<
>
BODY BGCOLOR=#ffffff TEXT=#000000 refcount=3<
TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 refcount=6<
TBODY refcount=3<
TR refcount=3<
TD refcount=4<
A TARGET=_top HREF=http://ad.doubleclick.net/click;215960;2-8388608;
0;2902885;1;;?http://www.spe.sony.com/movies/gloria refcount=4<
IMG SRC=http://ad.doubleclick.net/viewad/29228-gloria468x60_12.gif
BORDER=0 WIDTH=468 HEIGHT=60 ALT=GLORIA - IN THEATRES JANUARY 22, 1999 refcount
=3<>
BR refcount=3<>
CENTER refcount=3<
Text refcount=3<GLORIA - IN THEATRES JANUARY 22, 1999>
>
>
>
>
>
>
>
>
webshells=
00F1CDB0 '' parent=00000000 <
00FA0970 '' parent=00F1CDB0 <
>
>
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Layout → Parser
Resolution: --- → DUPLICATE
I think this is the same problem as 2390, that the LINK tag is causing us to
block forever
*** This bug has been marked as a duplicate of 2390 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•