Closed
Bug 1067101
Opened 11 years ago
Closed 10 years ago
Iframe is not being displayed
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: katrinafanpant, Unassigned)
Details
(Keywords: html5)
Attachments
(1 file)
|
1014 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20140902214533
Steps to reproduce:
i made a webpage with this source :-
<!DOCTYPE html>
<html lang=en-US>
<title>Miscrit Buddies</title>
<meta charset="UTF-8"></meta>
<meta name="description" content="Miscrit Buddies Official Group site"></meta>
<meta name="keywords" content="miscrit,miscrits,miscrit buddies,Miscrit Buddies,facebook,group,facebook group,utsav bhardwaj"></meta>
<meta name="author" content="Miscrit Buddies Web Developing Team">
</meta>
<!--link rel="stylesheet" type="text/css" href="Mainstyle.css"--></link>
<style>
h1
{ color:#87C540;
font-size: 2.5em;
font-family: "Comic sans ms";
text-align:center;
text-shadow: 5px 5px #545453;
}
hr
{ color;#fff000;
}
</style>
</head>
<body >
<hr color=yellow>
<h1 color=#8BB919>HEADING</h1>
<hr color=yellow>
<iframe width="300" height="200" src="//www.youtube-nocookie.com/embed/AbnxxejTGlA?rel=0" frameborder="0" allowfullscreen>Looks like Iframes are not working</iframe>
</body>
</html>
Actual results:
The youtube video frame was not displayed.
Expected results:
the video should have been displayed
not a security bug
Group: core-security
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 2•10 years ago
|
||
Seems to work. Re-open if necessary.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•