forked from WebKit/WebKit
-
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.
REGRESSION (256665@main): [ Ventura ] fast/images/avif-as-image.html …
…is a consistent image failure https://bugs.webkit.org/show_bug.cgi?id=248544 rdar://102823196 Reviewed by Simon Fraser. libavif does not render fast/images/resources/green-313x313.avif and fast/images/resources/green-400x400.avif correctly. See AOMediaCodec/av1-avif#195. We need to fix the expectation file fast/images/avif-as-image-expected.html with the correct rendering; i.e. the image should be lime not green. This will require marking this test [ ImageOnlyFailure ] for non Apple ports and macOS down-level ports. * LayoutTests/TestExpectations: * LayoutTests/fast/images/avif-as-image-expected.html: * LayoutTests/platform/ios/TestExpectations: * LayoutTests/platform/mac-ventura/TestExpectations: * LayoutTests/platform/mac/TestExpectations: Canonical link: https://commits.webkit.org/257738@main
- Loading branch information
local
authored and
Said Abou-Hallawa
committed
Dec 12, 2022
1 parent
2d2f8ac
commit c7d2aef
Showing
5 changed files
with
4 additions
and
6 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
div { | ||
width: 313px; | ||
height: 313px; | ||
background-color: green; | ||
background-color: lime; | ||
} | ||
</style> | ||
<body> | ||
|
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
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 |
---|---|---|
@@ -1,3 +1 @@ | ||
webkit.org/b/245686 [ Ventura+ ] fast/text/system-font-fallback.html [ ImageOnlyFailure ] | ||
|
||
webkit.org/b/248544 [ Ventura+ ] fast/images/avif-as-image.html [ ImageOnlyFailure ] |
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