Bug 163974
| Summary: | REGRESSION(r205682): [GTK] Layout test fast/canvas/drawImage-with-negative-source-destination.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia, dpino, sabouhallawa |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
Layout test fast/canvas/drawImage-with-negative-source-destination.html has been failing since r205682 ("Move the BitmapImage platform dependent code to a new file named NativeImage[CG|Cairo].cpp"):
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/drawImage-with-negative-source-destination-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/drawImage-with-negative-source-destination-actual.txt
@@ -4,9 +4,9 @@
PASS imgdata[4] is 0
-PASS imgdata[5] is 255
+FAIL imgdata[5] should be 255. Was 0.
PASS imgdata[6] is 0
-PASS imgdata[0] is 255
+FAIL imgdata[0] should be 255. Was 0.
PASS imgdata[1] is 0
PASS imgdata[2] is 0
PASS imgdata[4] is 0
Updating expectations accordingly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Fixed by r253675. This ticket can be closed now.