Skip to content

Commit

Permalink
Bug 1864302 [wpt PR 43096] - infra: address flake8 findings in webdri…
Browse files Browse the repository at this point in the history
…ver/, a=testonly

Automatic update from web-platform-tests
infra: address flake8 findings in webdriver/

Rename duplicate test to test_params_pointer_action_move_coordinate_missing

Bug: web-platform-tests/rfcs#171
Cmdline: flake8 --append-config=tools/flake8.ini webdriver/tests/bidi
--

wpt-commits: 605a1999160c97f971fce384dac5cddd4ca0b2d1
wpt-pr: 43096

UltraBlame original commit: 98ddfdc5d64d44b5c70b46671958a3cd76fa988a
  • Loading branch information
marco-c committed Nov 30, 2023
1 parent 96a4d0e commit 6154068
Show file tree
Hide file tree
Showing 57 changed files with 476 additions and 440 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

get_element_coordinates

get_page_y_offset

get_physical_element_dimensions

get_reference_screenshot
Expand Down Expand Up @@ -1135,7 +1133,6 @@

function_declaration
=
f
"
"
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@
=
inline
(
f
"
<
div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
.
import
assert_browsing_context
from
webdriver
.
bidi
.
modules
.
script
import
ContextTarget
pytestmark
=
pytest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
.
import
any_int
any_string
recursive_compare
int_interval
from
Expand Down Expand Up @@ -559,7 +558,6 @@
foo
'
)
;

result
=
Expand Down Expand Up @@ -723,7 +721,6 @@
#
foo
'
;

await
bidi_session
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
-
8
"
isBase64
is_base64
=
False
)
Expand All @@ -62,7 +62,7 @@
"

elif
isBase64
is_base64
:

encoding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2019,8 +2019,6 @@
PAGE_REDIRECTED_HTML
)

result
=
await
bidi_session
.
Expand Down Expand Up @@ -2146,6 +2144,10 @@

}

)

remove_listener
(
)
async
def
Expand Down Expand Up @@ -2238,8 +2240,6 @@

)

result
=
await
bidi_session
.
Expand Down Expand Up @@ -2307,6 +2307,10 @@

}

)

remove_listener
(
)
async
def
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,13 +797,13 @@
(
value
{

"
width
"
:
expected_width

"
height
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
.
set_viewport
(

context
=
new_tab
Expand All @@ -256,10 +256,11 @@
context
"
]

viewport
=
test_viewport

)

assert
Expand All @@ -280,7 +281,7 @@
.
set_viewport
(

context
=
new_tab
Expand All @@ -289,10 +290,11 @@
context
"
]

viewport
=
None

)

assert
Expand Down Expand Up @@ -362,7 +364,7 @@
.
set_viewport
(

context
=
new_tab
Expand All @@ -371,10 +373,11 @@
context
"
]

viewport
=
test_viewport

)

assert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,6 @@
=
inline
(
f
"
<
script
Expand Down Expand Up @@ -1132,7 +1131,6 @@
=
inline
(
f
"
<
script
Expand Down
Loading

0 comments on commit 6154068

Please sign in to comment.