The best place to hold the contentEditable related tests is fast/dom/HTMLElement.
Created attachment 79923 [details] fix patch This patch moves the tests to fast/dom/HTMLElement. Let me know if a subdirectory is preferred.
Comment on attachment 79923 [details] fix patch I just realized that all of these tests are missing DOCTYPE. Could you add: <!DOCTYPE html> to the beginning of each test so that we can be in strict mode?
(In reply to comment #2) > (From update of attachment 79923 [details]) > I just realized that all of these tests are missing DOCTYPE. Could you add: > <!DOCTYPE html> > to the beginning of each test so that we can be in strict mode? Sure. The paths to the js-test-pre.js are so incorrect and I will fix them.
Created attachment 79928 [details] fix patch 2
Comment on attachment 79928 [details] fix patch 2 Clearing flags on attachment: 79928 Committed r76528: <http://trac.webkit.org/changeset/76528>
All reviewed patches have been landed. Closing bug.
Revision r76528 cherry-picked into qtwebkit-2.1.x with commit 3ed7d92 <http://gitorious.org/webkit/qtwebkit/commit/3ed7d92>