Skip to content

Commit 88ecbfc

Browse files
andreasttAutomatedTester
authored and
AutomatedTester
committed
ensure all resources are published with Echnida
Signed-off-by: AutomatedTester <[email protected]>
1 parent b2ab052 commit 88ecbfc

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

echidna-manifest.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# Manifest file for Echidna (automatic publication).
22
webdriver-spec.html?specStatus=WD;shortName=webdriver respec
3+
bug-assist.js
4+
note1actions.svg
5+
note2actions.svg
6+
note3actions.svg
7+
note4actions.svg
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

webdriver-spec.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4582,7 +4582,7 @@ <h2>Parallel Actions</h2>
45824582
<p>The diagram below displays when each action gets executed.
45834583
"Source 1" is the first finger, and "source 2" is the second.
45844584

4585-
<p><img src="svgs/note1actions.svg" alt="">
4585+
<p><img src=graphics/note1actions.svg alt="">
45864586

45874587
<p>There is no limit to the number of input sources,
45884588
and there is no restriction regarding the length of each input's action list.
@@ -4627,7 +4627,7 @@ <h2>Parallel Actions</h2>
46274627

46284628
<p>And the execution of each action will be done as follows:
46294629

4630-
<p><img src="svgs/note4actions.svg" alt="">
4630+
<p><img src=graphics/note4actions.svg alt="">
46314631

46324632
<p>Specific timing for the actions can also be expressed.
46334633
The "pause" action can be used to either a) indicate
@@ -4638,7 +4638,7 @@ <h2>Parallel Actions</h2>
46384638
for the longest pause to complete.
46394639
For example, in this diagram:
46404640

4641-
<p><img src=svgs/note2actions.svg alt="">
4641+
<p><img src=graphics/note2actions.svg alt="">
46424642

46434643
<p>The remote end will dispatch the pointerDown actions in the first tick.
46444644
In the second tick, since source 1 declares a pause of 5 seconds,
@@ -4654,7 +4654,7 @@ <h2>Parallel Actions</h2>
46544654
then the input source will not have any actions executed in the containing tick.
46554655
As an example:
46564656

4657-
<p><img src="svgs/note3actions.svg" alt="">
4657+
<p><img src=graphics/note3actions.svg alt="">
46584658

46594659
<p>During tick 2, source 1 will have its pointerMove action dispatched,
46604660
while source 2 will do nothing.

0 commit comments

Comments
 (0)