RESOLVED FIXED 116121
[Mac] Add tests for secure event input
https://bugs.webkit.org/show_bug.cgi?id=116121
Summary [Mac] Add tests for secure event input
Alexey Proskuryakov
Reported 2013-05-14 12:56:19 PDT
We should have tests verifying that secure event input state (as set in password input fields) is enabled and disabled correctly. Historically, this was something that broke easily.
Attachments
proposed patch (30.14 KB, patch)
2013-05-14 13:55 PDT, Alexey Proskuryakov
mrowe: review+
Alexey Proskuryakov
Comment 1 2013-05-14 13:55:24 PDT
Created attachment 201756 [details] proposed patch
Mark Rowe (bdash)
Comment 2 2013-05-14 14:29:54 PDT
Comment on attachment 201756 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=201756&action=review > Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:222 > + E1BA671D1742DA5A00C20251 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = ../../../../../../System/Library/Frameworks/Carbon.framework; sourceTree = "<group>"; }; This path isn't right. I think you need to mark it as relative to the SDK.
Alexey Proskuryakov
Comment 3 2013-05-14 15:20:36 PDT
Brent Fulgham
Comment 4 2013-05-14 18:21:29 PDT
Committed <https://trac.webkit.org/r150096> to fix non-Mac builds.
Ryosuke Niwa
Comment 5 2013-05-16 12:01:20 PDT
Corrected the erroneous merge on platform/mac/TestExpectations in http://trac.webkit.org/changeset/150195.
Note You need to log in before you can comment on or make changes to this bug.