Changeset 150393 in webkit
- Timestamp:
- May 20, 2013, 5:57:03 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 added
- 6 edited
-
ChangeLog (modified) (1 diff)
-
editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt (added)
-
editing/inserting/inserting-slash-inside-url-with-smart-link.html (added)
-
platform/efl/TestExpectations (modified) (1 diff)
-
platform/gtk/TestExpectations (modified) (1 diff)
-
platform/mac-wk2/TestExpectations (modified) (1 diff)
-
platform/qt/TestExpectations (modified) (1 diff)
-
platform/win/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r150392 r150393 1 2013-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 1 14 2013-05-20 Manuel Rego Casasnovas <rego@igalia.com> 2 15 -
trunk/LayoutTests/platform/efl/TestExpectations
r150371 r150393 1362 1362 # EFL's LayoutTestController does not implement setAutomaticLinkDetectionEnabled 1363 1363 webkit.org/b/85463 editing/inserting/typing-space-to-trigger-smart-link.html 1364 webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html 1364 1365 1365 1366 # Tests failing due to rounding problems in colors inside pixman -
trunk/LayoutTests/platform/gtk/TestExpectations
r150374 r150393 221 221 # setAutomaticLinkDetectionEnabled is not yet implemented. 222 222 webkit.org/b/99069 editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ] 223 webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html [ Failure ] 223 224 224 225 # Custom MIME type support in DataTransfer is not yet implemented. -
trunk/LayoutTests/platform/mac-wk2/TestExpectations
r150390 r150393 115 115 116 116 # [WK2] [Mac] Spellcheck tests don't seem to work 117 webkit.org/b/105616 editing/inserting/inserting-slash-inside-url-with-smart-link.html 117 118 webkit.org/b/105616 editing/spelling/spelling-changed-text.html 118 119 webkit.org/b/105616 platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html [ Failure ] -
trunk/LayoutTests/platform/qt/TestExpectations
r150378 r150393 343 343 # LayoutTestController::setAutomaticLinkDetectionEnabled isn't implemented 344 344 webkit.org/b/85463 editing/inserting/typing-space-to-trigger-smart-link.html 345 webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html 345 346 346 347 # gestureTwoFingerTap not implemented by this platform (introduced in r132406) -
trunk/LayoutTests/platform/win/TestExpectations
r150382 r150393 689 689 # LayoutTestController::setAutomaticLinkDetectionEnabled isn't implemented 690 690 editing/inserting/typing-space-to-trigger-smart-link.html 691 editing/inserting/smart-link-when-caret-is-moved-before-URL.html 691 692 692 693 ################################################################################
Note:
See TracChangeset
for help on using the changeset viewer.