forked from LadybirdBrowser/ladybird
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb/HTML: Consider <a> all-named elements instead of <link>
Leaving only the unimplemented legacy [[Call]] override funkiness of HTMLAllCollection left not passing in the WPT tests.
- Loading branch information
1 parent
c704316
commit 910ff8b
Showing
3 changed files
with
383 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
...ed/wpt-import/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Harness status: OK | ||
|
||
Found 41 tests | ||
|
||
30 Pass | ||
11 Fail | ||
Pass document.all is an HTMLAllCollection | ||
Pass length attribute | ||
Pass indexed property getter | ||
Pass indexed property getter out of range | ||
Pass named property getter | ||
Pass named property getter with dot syntax | ||
Pass named property getter with invalid name | ||
Pass named property getter returning collection | ||
Pass named property getter with "array index property name" | ||
Pass named property getter with invalid "array index property name" | ||
Pass named property getter with undefined | ||
Pass named property getter with null | ||
Pass namedItem method | ||
Pass namedItem method with invalid name | ||
Pass namedItem method returning collection | ||
Pass namedItem method with "array index property name" | ||
Pass namedItem method with invalid "array index property name" | ||
Pass namedItem method with undefined | ||
Pass namedItem method with null | ||
Pass namedItem method with no argument | ||
Fail legacy caller | ||
Fail legacy caller with invalid name | ||
Fail legacy caller returning collection | ||
Fail legacy caller with "array index property name" | ||
Fail legacy caller with "array index property name" as number | ||
Fail legacy caller with invalid "array index property name" | ||
Fail legacy caller with undefined | ||
Fail legacy caller with null | ||
Fail legacy caller with no argument | ||
Pass legacy caller is not a constructor | ||
Fail legacy caller with arbitrary this value | ||
Pass item method | ||
Pass item method with invalid name | ||
Pass item method returning collection | ||
Pass item method with "array index property name" | ||
Pass item method with "array index property name" as number | ||
Pass item method with invalid "array index property name" | ||
Pass item method with undefined | ||
Pass item method with null | ||
Pass item method with no argument | ||
Fail collections are new live HTMLCollection instances |
Oops, something went wrong.