This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-01-23 09:46:04 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c4ff1a1eb0
ladybird
/
Tests
/
LibWeb
/
Text
/
expected
/
clipboard.txt
3 lines
16 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb+WebContent: Do not include DOM HTML in text test expectations For example, in the following abbreviated test HTML: <span>some text</span> <script>println("whf")</script> We would have to craft the expectation file to include the "some text" segment, usually with some leading whitespace. This is a bit annoying, and makes it difficult to manually craft expectation files. So instead of comparing the expectation against the entire DOM inner text, we now send the inner text of just the <pre> element containing the test output when we invoke `internals.signalTextTestIsDone`.
2024-10-02 12:38:10 -04:00
Failure
LibWeb: Begin implementing the Clipboard API https://w3c.github.io/clipboard-apis/ This implements enough for navigator.clipboard.writeText(String).
2023-11-10 13:29:20 -05:00
Success
Reference in a new issue
Copy permalink