mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
15
dom/tests/browser/browser_frame_elements.html
Normal file
15
dom/tests/browser/browser_frame_elements.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Frame Element Tests</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Frame Element Tests</h1>
|
||||
|
||||
<iframe id="iframe-blank" src="about:blank"></iframe>
|
||||
|
||||
<iframe id="iframe-data-url" src="data:text/html;charset=utf-8,%3Chtml%3E%3Cbody%3Eiframe%3C/body%3E%3C/html%3E"></iframe>
|
||||
|
||||
<object id="object-data-url" type="text/html" data="data:text/html;charset=utf-8,%3Chtml%3E%3Cbody%3Eobject%3C/body%3E%3C/html%3E"></object>
|
||||
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue