Bug 163833
| Summary: | REGRESSION(r191923-r191665): [GTK] Layout test svg/custom/getscreenctm-in-mixed-content2.xhtml is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, bugs-noreply, zimmermann |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
Layout test svg/custom/getscreenctm-in-mixed-content2.xhtml has been failing since r191923-r191665 (inclusive). Unfortunately that is a rather large range of commits. Diff:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/svg/custom/getscreenctm-in-mixed-content2-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/svg/custom/getscreenctm-in-mixed-content2-actual.txt
@@ -1,3 +1,4 @@
-PASSED
+Expected matrix [1, 0, 0, 1, 350, 56]
+Got matrix [1, 0, 0, 1, 350, 56.5]
This tests the behaviour of SVGLocatable::getScreenCTM() in mixed content
Updating expectations accordingly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
We no longer have any platform specific expectation on GTK platform for this, though we do have it for iOS, which can be tracked via separate bug. Marking this as `Configuration Changed`.