⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 150393 in webkit


Ignore:
Timestamp:
May 20, 2013, 5:57:03 PM (13 years ago)
Author:
rniwa@webkit.org
Message:

Add a test that inserting a character inside a URL doesn't move caret per auto correction
https://bugs.webkit.org/show_bug.cgi?id=116458

Reviewed by Darin Adler.

Add a test. This is broken on Safari 6 but fixed on ToT.

  • editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt: Added.
  • editing/inserting/inserting-slash-inside-url-with-smart-link.html: Added.
  • platform/mac-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r150392 r150393  
     12013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Add a test that inserting a character inside a URL doesn't move caret per auto correction
     4        https://bugs.webkit.org/show_bug.cgi?id=116458
     5
     6        Reviewed by Darin Adler.
     7
     8        Add a test. This is broken on Safari 6 but fixed on ToT.
     9
     10        * editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt: Added.
     11        * editing/inserting/inserting-slash-inside-url-with-smart-link.html: Added.
     12        * platform/mac-wk2/TestExpectations:
     13
    1142013-05-20  Manuel Rego Casasnovas  <rego@igalia.com>
    215
  • trunk/LayoutTests/platform/efl/TestExpectations

    r150371 r150393  
    13621362# EFL's LayoutTestController does not implement setAutomaticLinkDetectionEnabled
    13631363webkit.org/b/85463 editing/inserting/typing-space-to-trigger-smart-link.html
     1364webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html
    13641365
    13651366# Tests failing due to rounding problems in colors inside pixman
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r150374 r150393  
    221221# setAutomaticLinkDetectionEnabled is not yet implemented.
    222222webkit.org/b/99069 editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
     223webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html [ Failure ]
    223224
    224225# Custom MIME type support in DataTransfer is not yet implemented.
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r150390 r150393  
    115115
    116116# [WK2] [Mac] Spellcheck tests don't seem to work
     117webkit.org/b/105616 editing/inserting/inserting-slash-inside-url-with-smart-link.html
    117118webkit.org/b/105616 editing/spelling/spelling-changed-text.html
    118119webkit.org/b/105616 platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html [ Failure ]
  • trunk/LayoutTests/platform/qt/TestExpectations

    r150378 r150393  
    343343# LayoutTestController::setAutomaticLinkDetectionEnabled isn't implemented
    344344webkit.org/b/85463 editing/inserting/typing-space-to-trigger-smart-link.html
     345webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html
    345346
    346347# gestureTwoFingerTap not implemented by this platform (introduced in r132406)
  • trunk/LayoutTests/platform/win/TestExpectations

    r150382 r150393  
    689689# LayoutTestController::setAutomaticLinkDetectionEnabled isn't implemented
    690690editing/inserting/typing-space-to-trigger-smart-link.html
     691editing/inserting/smart-link-when-caret-is-moved-before-URL.html
    691692
    692693################################################################################
Note: See TracChangeset for help on using the changeset viewer.