mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09: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
|
@ -62,7 +62,7 @@ WebIDL::ExceptionOr<GC::Ref<CSSStyleSheet>> CSSStyleSheet::construct_impl(JS::Re
|
|||
// 6. Set sheet’s owner CSS rule to null.
|
||||
sheet->set_owner_css_rule(nullptr);
|
||||
|
||||
// 7. Set sheet’s title to the the empty string.
|
||||
// 7. Set sheet’s title to the empty string.
|
||||
sheet->set_title(String {});
|
||||
|
||||
// 8. Unset sheet’s alternate flag.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue