[Webkit-unassigned] [Bug 161590] New: [GTK] Layout test editing/inserting/typing-space-to-trigger-smart-link.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 4 20:09:37 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161590

            Bug ID: 161590
           Summary: [GTK] Layout test
                    editing/inserting/typing-space-to-trigger-smart-link.h
                    tml fails
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

Layout test editing/inserting/typing-space-to-trigger-smart-link.html has been failing since it was unskipped in r205094 ("WTR needs an implementation of setAutomaticLinkDetectionEnabled"):

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/inserting/typing-space-to-trigger-smart-link-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/inserting/typing-space-to-trigger-smart-link-actual.txt
@@ -1,4 +1,4 @@
 The www.foo.com should be underlined and there is an anchor node created for it.
 The www.bar.com should be underlined and there is an anchor node created for it.
-PASS: the anchor for 'www.foo.com' has been created.
-PASS: the anchor for 'www.bar.com' has been created.
+Failed: the expected content was 'The <a href="http://www.foo.com">www.foo.com</a> should be underlined and there is an anchor node created for it.', but the actual result was 'The www.foo.com should be underlined and there is an anchor node created for it.'.
+Failed: the expected content was 'The <a href="http://www.bar.com">www.bar.com</a> should be underlined and there is an anchor node created for it.', but the actual result was 'The www.bar.com should be underlined and there is an anchor node created for it.'.

Obviously the link is missing. Updating expectations accordingly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160905/65e03b94/attachment.html>


More information about the webkit-unassigned mailing list