Browse Source

Potential workaround for Opera CSS issues

svn changeset:15200/svn branch:6.4
tags/6.7.0.beta1
Artur Signell 13 years ago
parent
commit
6645a5bfd3
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      tests/scripts/demopage.html

+ 16
- 0
tests/scripts/demopage.html View File

@@ -186,6 +186,22 @@
<td>//li[@id='theming']/div[2]/div[2]/a/span</td>
<td>100,-627</td>
</tr>
<!-- Do this twice to avoid Opera CSS problems -->
<tr>
<td>open</td>
<td>/</td>
<td></td>
</tr>
<tr>
<td>mouseClick</td>
<td>tab_theming</td>
<td>55,-530</td>
</tr>
<tr>
<td>mouseClickAndWait</td>
<td>//li[@id='theming']/div[2]/div[2]/a/span</td>
<td>100,-627</td>
</tr>
<tr>
<td>screenCapture</td>
<td></td>

Loading…
Cancel
Save