OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:click
(Results
26 - 50
of
688
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/manual-tests/
right-click-crash.html
2
document.onmousedown = function () { alert("Dismiss this and quickly right
click
again."); };
4
To try to reproduce the bug, right
click
and then dismiss the dialog by hitting Return.
submit-form-with-target-twice.html
13
<p>To test this,
click
the button below. A new window should open up and Safari should not assert.</p>
14
<button onclick="runTest()">
Click
Here</button>
accidental-strict-mode.html
4
<li>
Click
on PDF link below. Wait for PDF to fully load.
5
<li>
Click
"Back" button once.
6
<li>
Click
the link again.
7
<li>
Click
"Back" button once.
chrome-bidi-text.html
2
This tests drawing bidirectional text in Windows Safari chrome.
Click
the
drag-move-in-search-field.html
1
<p>Double-
click
the word "dolor" to select it, then drag the selection to
go-back-after-alert.html
5
<a href="resources/alert-and-go-back.html">
Click
this link to run the test.</a>
onunload-form-submit-crash.html
3
<a href="" onClick="location.href=location.href; return false;">
Click
here and see if Safari crashes.</a>
subview-click-assertion.html
10
Open this test in a new Safari window. In the new window,
click
once on the text “
Click
me”. Do not
click
26
doc.write("<p id='target'>
Click
me</p>");
mouseevents-on-textnodes.html
22
Click
where indicated below.
34
<p>1.
click
on this text - you should see an alert that says "[object P]"</p>
36
<div style="border: 1px dotted red; width: 500px; ">2.
click
on white space next to this text --> <br>you should see an alert that says "[object DIV]" --> </div><br>
38
3.
click
on this text - you should see an alert that says "[object BODY]"<br><br>
40
4.
click
on empty whitespace on this page, below this text - you should see an alert that says "[object HTML]"
goBack-blank-tab-page.html
9
You need to open the above link in a new tab. In the opened page, just
click
on the link : if the webkit doesn't crash, the test has succeed.
17
When you
click
on the above link, one page (with _blank target) is loaded and this page will open a link and go back.
autoscroll-when-outside-window.html
3
<p>
Click
somewhere in this text, then quickly drag past the bottom of the window and hold still to allow auto-scrolling to happen.</p>
onclick_in_noncontent.html
16
<p>
Click
anywhere inside the table element and you should get an alert telling you so.</p>
open-url-undefined.html
7
Click
the Test button. A new window should open. To pass the test, the address
whitespace-pre-affinity.html
6
<li>double-
click
a few times on the blanks lines below</li>
/frameworks/base/docs/html/guide/topics/data/
index.html
7
<a href="data-storage.html">
click
here</a> if you are not redirected.
/frameworks/base/docs/html/guide/topics/drawing/
index.html
7
<a href="opengl.html">
click
here</a> if you are not redirected.
/frameworks/base/docs/html/guide/topics/intents/
index.html
7
<a href="intents-filters.html">
click
here</a> if you are not redirected.
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
FocusableInTouchModeClickTest.java
46
assertTrue("
click
should give focusable in touch mode focus",
48
assertFalse("getting focus should result in no on
click
",
52
assertTrue("subsequent
click
while focused should fire on
click
",
59
assertFalse("button shouldn't have fired
click
", getActivity().isB2Fired());
/external/webkit/WebCore/manual-tests/inspector/
bp-in-named-eval-after-reload.html
17
<li><p>
click
this button: <input id=button type=button value="
click
me">
23
<li><p>in the breakpoints sidebar panel,
click
on the two breakpoints listed
26
<li><p>
click
the "
click
me" button above, again
57
button.addEventListener("
click
", clickHandler, false);
debugger-execution-while-paused.html
13
<p>To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now
click
the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint
click
on the Step Two button. You should not see an alert dialog.</p>
/external/webkit/WebCore/manual-tests/chromium/
onchange-reload-popup.html
33
<li>
Click
the select</li>
35
<li>
Click
on the document but not the select itself.</li>
/external/webkit/WebCore/manual-tests/wml/
card-onenterbackward.wml
6
<p>
Click
"Go" to jump to the card2, if you go back from card2, it will jump to card3</p>
13
<p>This is card2,
click
"Back" will back to the previous page</p>
task-go-in-anchor.wml
6
<p>
click
'Next page' to go to StartTests.wml</p>
task-prev-in-anchor.wml
6
<p>
click
'prev page' to go to previous page if it is not the first page in history</p>
/development/pdk/docs/porting/bluetooth/
bluetooth_process.jd
6
<p>The diagram below offers a process-oriented architectural overview of Android's Bluetooth stack.
Click
<a href="../bluetooth.html">Bluetooth</a> to return to the Bluetooth overview page.</p>
Completed in 54 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>