Closed Bug 11121 Opened 25 years ago Closed 25 years ago

double rendering due to extra web shells

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 6899

People

(Reporter: karnaze, Assigned: pollmann)

References

()

Details

The following reduction from the url results in an extra web shell and hence the
double rendering effect. Eric, if this is not your problem, please consult
Harish and/or Nisheeth. The problem was reported as an add on to bug 9688, but
although the symptoms are the same, I don't think they are the same bug.

<html><body>
 <IFRAME WIDTH=125 HEIGHT=125 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0
MARGINWIDTH=0

SRC="http://adforce.ads.imgis.com/?adiframe|2.0|202|49238|1|6|KEY=key1+key2+key3
+key4;">
  <script language=javascript
src="http://adforce.ads.imgis.com/?addyn|2.0|202|49238|1|6|KEY=key1+key2+key3+ke
y4;loc=700;">
  </script>
 </IFRAME>
 <style>
 </style>
</body></html>
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 6899 ***
This showed the bug:

<html><body>
 <IFRAME SRC="http://bugzilla.mozilla.org/ant.jpg"></IFRAME>
 <style></style>
</body></html>

But this didn't:

<html><body>
 <IFRAME SRC="http://bugzilla.mozilla.org/ant.jpg"></IFRAME>
</body></html>

So I'm assuming it's bug 6899, content getting framed twice by a <STYLE> tag.
Status: RESOLVED → VERIFIED
verified dup
Product: Core → Core Graveyard
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in before you can comment on or make changes to this bug.