mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibURL+LibWeb+Tests: Remove redundant words
This commit is contained in:
parent
d5be18617e
commit
b609d8481a
Notes:
github-actions[bot]
2025-02-27 10:36:40 +00:00
Author: https://github.com/zoupingshi 🔰
Commit: b609d8481a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3503
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/Psychpsyo
6 changed files with 7 additions and 7 deletions
|
@ -322,7 +322,7 @@
|
|||
/**
|
||||
* Minimizes the browser window.
|
||||
*
|
||||
* Matches the the behaviour of the `Minimize
|
||||
* Matches the behaviour of the `Minimize
|
||||
* <https://www.w3.org/TR/webdriver/#minimize-window>`_
|
||||
* WebDriver command
|
||||
*
|
||||
|
|
|
@ -104,7 +104,7 @@ function testAudioNodeOptions(should, context, nodeName, expectedNodeOptions) {
|
|||
.throw(DOMException,
|
||||
expectedNodeOptions.channelCountMode.exceptionType);
|
||||
} else {
|
||||
// Test that explicitly setting the the fixed value is allowed.
|
||||
// Test that explicitly setting the fixed value is allowed.
|
||||
should(
|
||||
() => {
|
||||
node = new window[nodeName](
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue