wpt: Unskip old-tests/ folder as most tests are passing (#36333)

Signed-off-by: Manuel Rego Casasnovas <rego@igalia.com>
This commit is contained in:
Manuel Rego 2025-04-04 13:05:24 +02:00 committed by GitHub
parent 202cac900d
commit 1f928252e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 16 additions and 3 deletions

View file

@ -202,9 +202,7 @@ skip: true
[notifications]
skip: false
[old-tests]
skip: true
[submission]
skip: true
skip: false
[page-visibility]
skip: false
[performance-timeline]

View file

@ -0,0 +1,3 @@
[foreign_content_015.html]
[HTML 5 Foreign Content SVG in HTML ]
expected: FAIL

View file

@ -0,0 +1,3 @@
[insertNodeIntoSelection.htm]
[HTML5 Selection: Insert a new element and text node into an element that is currently selected]
expected: FAIL

View file

@ -0,0 +1,3 @@
[select.htm]
[HTML5 Selection: Call select() on a text field]
expected: FAIL

View file

@ -0,0 +1,3 @@
[selectionStartEnd.htm]
[HTML5 Selection: Set selectionStart and selectionEnd on a text field]
expected: FAIL

View file

@ -0,0 +1,3 @@
[setSelectionRange.htm]
[HTML5 Selection: Call setSelectionRange() on a text field]
expected: FAIL