Bug 191884
| Summary: | REGRESSION(r238275): [GTK] fast/images/icon-decoding.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, magomez, zan |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
fast/images/icon-decoding.html is failing since r238274-238275
commit c62c8f4fac98846dcb74b71518e20771010e9dcd
Author: graouts@webkit.org <graouts@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Nov 16 09:09:34 2018 +0000
PointerEvents should not require touch event listeners to be registered
https://bugs.webkit.org/show_bug.cgi?id=191333
<rdar://problem/45857523>
commit ce9b7ea24d525e21d12ed81b8f515633f91ddfbf
Author: zandobersek@gmail.com <zandobersek@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Nov 16 10:57:17 2018 +0000
ScalableImageDecoder: don't forcefully decode image data when querying frame completeness, duration
https://bugs.webkit.org/show_bug.cgi?id=191354
--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/images/icon-decoding-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/images/icon-decoding-actual.txt
@@ -15,6 +15,6 @@
RenderBlock {DIV} at (0,48) size 32x32 [bgcolor=#FF0000]
RenderImage {IMG} at (0,0) size 32x32
RenderText {#text} at (0,0) size 0x0
- RenderBlock (anonymous) at (0,80) size 800x20
- RenderImage {IMG} at (0,0) size 20x20
+ RenderBlock (anonymous) at (0,80) size 800x8
+ RenderImage {IMG} at (0,0) size 8x8
RenderText {#text} at (0,0) size 0x0
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Miguel Gomez
This is passing since r240215