Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWPT test for Blob constructor has unexpected behaviour #11075
Comments
|
Ok ... I found another one testing |
|
@Ms2ger (BTW, looks like the |
|
Yes, INI entries that don't correspond to actual tests are ignored by the test harness. It can lead to confusion, but I'm not sure if it's a big deal. |
|
@jdm Ok, if "nothing happens" == "everything is good" then then it looks sensible to ignore it. I will fix this manually later. |
Delete outdated test cases ini, addressing issue #11075 As discussed in issue #11075 , these two are no longer found in current `tests/wpt/web-platform-tests/FileAPI/blob/Blob-constructor.html` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11078) <!-- Reviewable:end -->
Delete outdated test cases ini, addressing issue #11075 As discussed in issue #11075 , these two are no longer found in current `tests/wpt/web-platform-tests/FileAPI/blob/Blob-constructor.html` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11078) <!-- Reviewable:end -->
|
Fixed by b93409b ? |
|
Fixed by #11078 |
In
tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini, the second test:you can delete this line, modify it to
PASSor whatever else, the test will still pass.Look at the
tests/wpt/web-platform-tests/FileAPI/blob/Blob-constructor.htmland we found:First, it is
selectbut notwindow, but even if I changed theselecttowindow, the test is still not working.