New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding all the relevant mutations #21680
Merged
+83
−127
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.
| @@ -1,14 +1,14 @@ | ||
| [viewport-change.html] | ||
| type: testharness | ||
| [picture: source (max-width:500px) broken image, img valid image, resize to wide] | ||
| expected: FAIL | ||
| expected: TIMEOUT | ||
|
|
||
| [picture: source (max-width:500px) valid image, img valid image, resize to wide] | ||
| expected: FAIL | ||
| expected: TIMEOUT | ||
|
|
||
| [picture: source (max-width:500px) valid image, img broken image, resize to narrow] | ||
| expected: FAIL | ||
| expected: TIMEOUT | ||
|
|
||
| [picture: source (max-width:500px) valid image, img valid image, resize to narrow] | ||
| expected: FAIL | ||
| expected: TIMEOUT | ||
|
|
This file was deleted.
Oops, something went wrong.
| @@ -1,103 +1,32 @@ | ||
| [relevant-mutations.html] | ||
| type: testharness | ||
| expected: TIMEOUT | ||
| disabled: unstable failures and timeouts in release builds | ||
| [src removed] | ||
| expected: TIMEOUT | ||
| [srcset is set to same value] | ||
| expected: FAIL | ||
|
|
||
| [inserted into picture] | ||
| expected: TIMEOUT | ||
| [ancestor picture; previous sibling source inserted] | ||
| expected: FAIL | ||
|
|
||
| [removed from picture] | ||
| expected: TIMEOUT | ||
| [picture is inserted; img has previous sibling source] | ||
| expected: FAIL | ||
|
|
||
| [parent is picture, previous source inserted] | ||
| expected: TIMEOUT | ||
| [crossorigin state not changed: anonymous to foobar] | ||
| expected: FAIL | ||
|
|
||
| [parent is picture, previous source removed] | ||
| expected: TIMEOUT | ||
| [crossorigin state not changed: empty to anonymous] | ||
| expected: FAIL | ||
|
|
||
| [parent is picture, previous source has srcset set] | ||
| expected: TIMEOUT | ||
| [ancestor picture; previous sibling source removed] | ||
| expected: FAIL | ||
|
|
||
| [parent is picture, previous source has srcset changed] | ||
| expected: TIMEOUT | ||
| [crossorigin state not changed: use-credentials to USE-CREDENTIALS] | ||
| expected: FAIL | ||
|
|
||
| [parent is picture, previous source has srcset removed] | ||
| expected: TIMEOUT | ||
| [picture is inserted; img has following sibling source] | ||
| expected: FAIL | ||
|
|
||
| [parent is picture, previous source has sizes set] | ||
| expected: TIMEOUT | ||
| [picture is inserted; img has srcset] | ||
| expected: FAIL | ||
|
|
||
| [parent is picture, previous source has sizes changed] | ||
| expected: TIMEOUT | ||
|
|
||
| [parent is picture, previous source has sizes removed] | ||
| expected: TIMEOUT | ||
|
|
||
| [parent is picture, previous source has media set] | ||
| expected: TIMEOUT | ||
|
|
||
| [parent is picture, previous source has media changed] | ||
| expected: TIMEOUT | ||
|
|
||
| [parent is picture, previous source has media removed] | ||
| expected: TIMEOUT | ||
|
|
||
| [parent is picture, previous source has type set] | ||
| expected: TIMEOUT | ||
|
|
||
| [parent is picture, previous source has type changed] | ||
| expected: TIMEOUT | ||
|
|
||
| [parent is picture, previous source has type removed] | ||
| expected: TIMEOUT | ||
|
|
||
| [srcset set] | ||
| expected: TIMEOUT | ||
|
|
||
| [srcset changed] | ||
| expected: TIMEOUT | ||
|
|
||
| [srcset removed] | ||
| expected: TIMEOUT | ||
|
|
||
| [sizes set] | ||
| expected: TIMEOUT | ||
|
|
||
| [sizes changed] | ||
| expected: TIMEOUT | ||
|
|
||
| [sizes removed] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin absent to empty] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin absent to anonymous] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin absent to use-credentials] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin empty to absent] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin empty to use-credentials] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin anonymous to absent] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin anonymous to use-credentials] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin use-credentials to absent] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin use-credentials to empty] | ||
| expected: TIMEOUT | ||
|
|
||
| [crossorigin use-credentials to anonymous] | ||
| expected: TIMEOUT | ||
| [picture is inserted; img has src] | ||
| expected: FAIL | ||
|
|
This file was deleted.
Oops, something went wrong.
| @@ -1,8 +1,7 @@ | ||
| [texture-upload-size.html] | ||
| expected: TIMEOUT | ||
| [Overall test] | ||
| expected: NOTRUN | ||
|
|
||
| [WebGL test #20: could not create image (SVG)] | ||
| expected: FAIL | ||
|
|
||
| [WebGL test #36: could not create image (SVG)] | ||
| expected: FAIL | ||
|
|
ProTip!
Use n and p to navigate between commits in a pull request.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
We will need to implement the "The element's parent is a picture element and a source element is inserted as a previous sibling" mutation check in bind_to_truee and "The element's parent is a picture element and a source element that was a previous sibling is removed" in unbind_from_tree.