fast/forms/textfield-drag-into-disabled.html has a needless 5 second delay This layout test is from another era. I've updated it to be dumpAsText and not need a 5-second delay to test dragging. I validated that I didn't break the test by temporarily removing the "disabled" flag from the <input> and checking that the drag succeeded (i.e. the test failed) with disabled removed.
Created attachment 34106 [details] Patch v1
Committing to http://svn.webkit.org/repository/webkit/trunk ... D LayoutTests/platform/mac/fast/forms/textfield-drag-into-disabled-expected.checksum D LayoutTests/platform/mac/fast/forms/textfield-drag-into-disabled-expected.png D LayoutTests/platform/mac/fast/forms/textfield-drag-into-disabled-expected.txt D LayoutTests/platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt D LayoutTests/platform/win/fast/forms/textfield-drag-into-disabled-expected.txt M LayoutTests/ChangeLog A LayoutTests/fast/forms/textfield-drag-into-disabled-expected.txt M LayoutTests/fast/forms/textfield-drag-into-disabled.html Committed r46790 D LayoutTests/platform/mac/fast/forms/textfield-drag-into-disabled-expected.txt D LayoutTests/platform/mac/fast/forms/textfield-drag-into-disabled-expected.png D LayoutTests/platform/mac/fast/forms/textfield-drag-into-disabled-expected.checksum D LayoutTests/platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt D LayoutTests/platform/win/fast/forms/textfield-drag-into-disabled-expected.txt M LayoutTests/ChangeLog A LayoutTests/fast/forms/textfield-drag-into-disabled-expected.txt M LayoutTests/fast/forms/textfield-drag-into-disabled.html r46790 = 0e2037c9047382a8aee9bdbd132f550c58725acd (trunk) No changes between current HEAD and refs/remotes/trunk Resetting to the latest refs/remotes/trunk http://trac.webkit.org/changeset/46790
Another good example of why bug 26920 should be addressed.