NEW 116473
REGRESSION(r150354): editing/selection/user-drag-element-and-user-select-none.html
https://bugs.webkit.org/show_bug.cgi?id=116473
Summary REGRESSION(r150354): editing/selection/user-drag-element-and-user-select-none...
Attachments
Ryosuke Niwa
Comment 1 2013-05-20 16:02:53 PDT
--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/editing/selection/user-drag-element-and-user-select-none-expected.txt +++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/editing/selection/user-drag-element-and-user-select-none-actual.txt @@ -1,12 +1,12 @@ Test for WebKit bug 15106: Dragging text inside an element with "user-drag: element" and "user-select: none" should initiate a drag -SUCCESS Expected '3' and got it. +FAIL Expected '3' but got '6'. SUCCESS Expected 'mousedown' and got it. -SUCCESS Expected 'mouseup' and got it. +FAIL Expected 'mouseup' but got 'dragstart'. -SUCCESS Expected 'Selection' and got it. +FAIL Expected 'Selection' but got 'mouseup'. This element should be draggable, but initiating a drag from within the text should begin a selection. SUCCESS Expected '3' and got it.
Ryosuke Niwa
Comment 3 2013-05-20 16:05:46 PDT
Added a test expectation in http://trac.webkit.org/changeset/150385.
Darin Adler
Comment 4 2013-05-21 08:35:48 PDT
Oops. I’ll fix this soon. Probably just need to use innerNode and walk the parent chain instead of using innerElement.
Darin Adler
Comment 5 2013-05-26 17:48:48 PDT
I don’t know what to do here. I can’t reproduce this locally on my Mountain Lion computer.
Ryosuke Niwa
Comment 6 2013-05-26 18:08:30 PDT
(In reply to comment #5) > I don’t know what to do here. I can’t reproduce this locally on my Mountain Lion computer. Did you remove or comment out the entry in LayoutTests/Expectations? As confusing as it is, --force doesn't make NRWT ignore test expectations.
Ryosuke Niwa
Comment 7 2013-05-26 18:09:02 PDT
i.e. Index: LayoutTests/TestExpectations =================================================================== --- LayoutTests/TestExpectations (revision 150727) +++ LayoutTests/TestExpectations (working copy) @@ -14,7 +14,7 @@ # media/video-seek-after-end.html is flaky webkit.org/b/116293 media/video-seek-after-end.html [ Pass Failure ] -webkit.org/b/116473 editing/selection/user-drag-element-and-user-select-none.html [ Failure ] +# webkit.org/b/116473 editing/selection/user-drag-element-and-user-select-none.html [ Failure ] # media/W3C/video/networkState/networkState_during_progress.html is flaky webkit.org/b/76280 media/W3C/video/networkState/networkState_during_progress.html [ Pass Failure ] With that, I can reproduce the failure locally.
Darin Adler
Comment 8 2013-05-26 18:37:05 PDT
Yes, I removed that line.
Note You need to log in before you can comment on or make changes to this bug.