Summary: | Move contentEditable related tests to fast/dom/HTMLElement | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chang Shu <cshu> | ||||||
Component: | DOM | Assignee: | Chang Shu <cshu> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | ademar, commit-queue, darin, rniwa | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | OS X 10.5 | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 52059 | ||||||||
Attachments: |
|
Description
Chang Shu
2011-01-24 07:43:00 PST
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> |