mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Sync WPT with upstream (07-01-2024) (#31018)
* Update web-platform-tests to revision b'ecbab417501c89bca2265314e35719a950b07e02' * update expectation for service-worker-registration.https.html.ini The expectation of CRASH was added during the import seemingly due to an intermittent crash in CI. The test is no longer crashing. --------- Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[option.html]
|
||||
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option> ]
|
||||
expected: FAIL
|
||||
|
||||
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option> ]
|
||||
expected: FAIL
|
||||
|
||||
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <select name="dangling" form="form"><option> ]
|
||||
expected: FAIL
|
||||
|
||||
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option label="yay"> ]
|
||||
expected: FAIL
|
||||
|
||||
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option label="yay"> ]
|
||||
expected: FAIL
|
||||
|
||||
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <select name="dangling" form="form"><option label="yay"> ]
|
||||
expected: FAIL
|
||||
Reference in New Issue
Block a user