Skip to content

Commit

Permalink
Finding Elements: temporarily fix horizontal overflow
Browse files Browse the repository at this point in the history
Signed-off-by: AutomatedTester <dburns@mozilla.com>
  • Loading branch information
andreastt authored and AutomatedTester committed Aug 3, 2015
1 parent 0a4b8a3 commit ec4b9a4
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions webdriver-spec.html
Expand Up @@ -2608,11 +2608,9 @@ <h3>findElements()</h3>
</ol>
</li>
<li>Return <var>result</var>. The object returned will look like the following:
<pre>
{
"value": [{"element-6066-11e4-a52e-4f735466cecf": id}, {"element-6066-11e4-a52e-4f735466cecf": id}]
}
</pre>
<pre>{
"value": [{"element-6066-11e4-a52e-4f735466cecf": id}, {"element-6066-11e4-a52e-4f735466cecf": id}]
}</pre>
</li>
</ol>
<p>
Expand All @@ -2638,11 +2636,9 @@ <h3>findElements()</h3>
</ol>
</li>
<li>Return <var>result</var>. The object returned will look like the following:
<pre>
{
"value": [{"element-6066-11e4-a52e-4f735466cecf": id}, {"element-6066-11e4-a52e-4f735466cecf": id}]
}
</pre></li>
<pre>{
"value": [{"element-6066-11e4-a52e-4f735466cecf": id}, {"element-6066-11e4-a52e-4f735466cecf": id}]
}</pre></li>
</ol>
</section>
<section>
Expand Down Expand Up @@ -2676,11 +2672,9 @@ <h3>findElement()</h3>
</li>
<li>Let <var>result</var> be equal to <code>{"element-6066-11e4-a52e-4f735466cecf": <var>id</var>}</code></li>
<li>Return <var>result</var>. The object returned will look like the following:
<pre>
{
"value": {"element-6066-11e4-a52e-4f735466cecf": id}
}
</pre>
<pre>{
"value": {"element-6066-11e4-a52e-4f735466cecf": id}
}</pre>
</li>
</ol>
<p>
Expand Down Expand Up @@ -2714,11 +2708,9 @@ <h3>findElement()</h3>
</li>
<li>Let <var>result</var> be equal to <code>{"element-6066-11e4-a52e-4f735466cecf": <var>id</var>}</code></li>
<li>Return <var>result</var>. The object returned will look like the following:
<pre>
{
"value": {"element-6066-11e4-a52e-4f735466cecf": id}
}
</pre>
<pre>{
"value": {"element-6066-11e4-a52e-4f735466cecf": id}
}</pre>
</li>
</ol>
</section>
Expand Down

0 comments on commit ec4b9a4

Please sign in to comment.