OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iframe
(Results
51 - 75
of
411
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/manual-tests/
plug-in-mutates-NSView-hierarchy-during-resize.html
4
iframe
{ width: 50px; height: 50px; }
31
<
iframe
src=""></
iframe
>
32
<
iframe
src=""></
iframe
>
33
<
iframe
src=""></
iframe
>
svg-deep-clone-to-new-doc.html
20
var
iframe
= document.getElementById("
iframe
");
23
iframe
.contentDocument.body.appendChild(theclone);
25
iframe
.style.display = 'none';
26
iframe
.parentNode.removeChild(
iframe
);
52
<
iframe
id="
iframe
" width="50%" height="50%"></
iframe
>
webarchive-test.html
6
<p>This test verifies that webarchive files larger than 4KB can be loaded. This functionality had previously regressed due to <a href="https://bugs.webkit.org/show_bug.cgi?id=36196">https://bugs.webkit.org/show_bug.cgi?id=36196</a>. If you see a snapshot of <a href="http://webkit.org">webkit.org</a> in the
iframe
below, the test passed.</p>
7
<
iframe
src="WebKitSite.webarchive" width="800" height="600"></
iframe
>
test-iframes-loading-the-same-resource.html
16
<
iframe
id="frame1" src="resources/test-frame.html"></
iframe
>
17
<
iframe
id="frame2" onload="frame2Loaded();"></
iframe
>
window-print-subframe.html
5
<
iframe
src="resources/print-subframe.html">
/external/webkit/LayoutTests/http/tests/appcache/
origin-quota.html
34
var
iframe
= document.createElement("
iframe
");
35
iframe
.src = src;
36
document.body.appendChild(
iframe
);
41
addIFrameWithContinuation("resources/quota-origin-
iframe
-1.html", function(event) {
50
addIFrameWithContinuation("resources/quota-origin-
iframe
-2.html", function(event) {
58
addIFrameWithContinuation("resources/quota-origin-
iframe
-3.html", function(event) {
71
process should fail on the 2nd
iframe
and the UI Delegate should be
73
iframe
is added, which should succeed.
auth.html
14
var ifr = document.createElement("
iframe
");
15
ifr.setAttribute("src", "resources/auth/
iframe
.php");
22
document.body.replaceChild(text, document.getElementsByTagName("
iframe
")[0]);
deferred-events-delete-while-raising.html
26
document.body.removeChild(document.getElementsByTagName("
iframe
")[0]);
31
<p>Test the destruction of an
iframe
while deferred events are being raised does not crash the system.</p>
33
<
iframe
src="deferred-events-delete-while-raising.html"></
iframe
>
origin-delete-expected.txt
3
PASS - cached
iframe
-1
different-https-origin-resource-main.html
17
<
iframe
src="https://127.0.0.1:8443/appcache/resources/different-https-origin-resource.html"></
iframe
>
/external/chromium/chrome/browser/sync/resources/
setup_flow.html
35
<
iframe
id="login" frameborder="0" width="100%" scrolling="no" height="100%"
37
tabindex="-1"></
iframe
>
38
<
iframe
id="configure" frameborder="0" width="100%" scrolling="no"
40
style="display:none" tabindex="-1"></
iframe
>
41
<
iframe
id="passphrase" frameborder="0" width="100%" scrolling="no"
43
style="display:none" tabindex="-1"></
iframe
>
44
<
iframe
id="settingup" frameborder="0" width="100%" scrolling="no"
46
style="display:none" tabindex="-1"></
iframe
>
47
<
iframe
id="done" frameborder="0" width="100%" scrolling="no" height="100%"
49
tabindex="-1"></
iframe
>
[
all
...]
/external/webkit/LayoutTests/dom/xhtml/level2/html/resources/
iframe.xhtml
7
<title>NIST DOM HTML Test -
IFRAME
</title>
10
<
iframe
longdesc="about:blank" marginheight="10" marginwidth="5" width="60" height="50" name="Iframe1" frameborder="1" scrolling="yes" src="right.png" align="top">IFRAME1</
iframe
>
/external/webkit/LayoutTests/storage/
close-during-stress-test.html
13
setTimeout("document.getElementsByTagName('
iframe
')[0].src = 'about:blank'", 100);
18
<
iframe
src="resources/stress-frame.html" onload="startTest()"></
iframe
>
/external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_flow.html
10
<
iframe
id="cloudprintsetup"
13
style="display:none" tabindex="-1"></
iframe
>
14
<
iframe
id="setupdone"
17
style="display:none" tabindex="-1"></
iframe
>
/external/webkit/LayoutTests/fast/dom/DOMImplementation/
implementation-identity.html
16
print("OK: Top-level document and
iframe
document have different DOMImplementation objects");
18
print("BUG: Top-level document and
iframe
document share a DOMImplementation object");
29
<
iframe
src="about:blank" onload="test()"></
iframe
>
/external/webkit/LayoutTests/fast/dom/beforeload/
remove-frame-in-beforeload-listener.html
19
<p>This page tests that you can correctly remove an
iframe
element in its beforeload listener without causing a crash.</p>
20
<
iframe
src="http://webkit.org"></
iframe
>
23
if (document.getElementsByTagName("
iframe
").length)
frame-before-load.html
13
<
iframe
style="display:none" onbeforeload="print('PASS', 'green'); return event.url != 'http://www.daringfireball.net/';" onload="print('FAIL', 'red');" src="http://www.daringfireball.net/">
14
</
iframe
>
/external/webkit/LayoutTests/fast/xpath/
xpath-detached-iframe-resolver-crash-expected.txt
1
Ensure that using XPath namespace resolver with a detached
iframe
doesn't crash.
/external/webkit/LayoutTests/http/tests/appcache/resources/
quota-origin-iframe-1.manifest
3
#
iframe
-1 should succeed. The origin quota has been set to
/build/tools/droiddoc/templates-pdk/assets/
jquery-history.js
10
iframe
: null,
12
return msie.
iframe
.contentWindow.document;
26
var hash = msie.
iframe
? msie.getHash() : location.hash;
29
if (msie.
iframe
) {
44
if (msie.
iframe
) {
73
msie.
iframe
= $('<
iframe
style="display:none" src="javascript:false;"></
iframe
>').prependTo('body')[0];
/build/tools/droiddoc/templates-sdk/assets/
jquery-history.js
10
iframe
: null,
12
return msie.
iframe
.contentWindow.document;
26
var hash = msie.
iframe
? msie.getHash() : location.hash;
29
if (msie.
iframe
) {
44
if (msie.
iframe
) {
73
msie.
iframe
= $('<
iframe
style="display:none" src="javascript:false;"></
iframe
>').prependTo('body')[0];
/external/chromium/chrome/browser/remoting/resources/
remoting_setup_flow.html
61
<
iframe
id="login" class="setup-flow-page" tabindex="-1"
62
src="chrome://remotingresources/gaialogin"></
iframe
>
63
<
iframe
id="settingup" class="setup-flow-page" tabindex="-1"
64
src="chrome://remotingresources/settingup"></
iframe
>
65
<
iframe
id="done" class="setup-flow-page" tabindex="-1"
66
src="chrome://remotingresources/setupdone"></
iframe
>
67
<
iframe
id="error" class="setup-flow-page" tabindex="-1"
68
src="chrome://remotingresources/setuperror"></
iframe
>
/external/doclava/res/assets/templates/assets/
jquery-history.js
10
iframe
: null,
12
return msie.
iframe
.contentWindow.document;
26
var hash = msie.
iframe
? msie.getHash() : location.hash;
29
if (msie.
iframe
) {
44
if (msie.
iframe
) {
73
msie.
iframe
= $('<
iframe
style="display:none" src="javascript:false;"></
iframe
>').prependTo('body')[0];
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-permission-denied.js
13
iframeGeolocation =
iframe
.contentWindow.navigator.geolocation;
22
iframe
.src = 'data:text/html,This frame should be visible when the test completes';
40
var
iframe
= document.createElement('
iframe
');
variable
41
iframe
.src = 'resources/disconnected-frame-inner.html';
42
document.body.appendChild(
iframe
);
page-reload-cancel-permission-requests.js
28
iframe
.contentWindow.navigator.geolocation.getCurrentPosition(
38
debug("Create
IFrame
");
39
var
iframe
= document.createElement('
iframe
');
40
iframe
.src = 'resources/page-reload-cancel-permission-requests-inner.html';
41
document.body.appendChild(
iframe
);
Completed in 223 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>