Closed
Bug 616082
Opened 14 years ago
Closed 14 years ago
correct designMode tests
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
8.95 KB,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
document.designMode makes to recreate accessible subtree of accessible document (content removed and content inserted notifications from layout). Now tests don't fail because we get accessible states what flush layout. But we'd actually need to wait reorder event on document accessible before continue the test.
Attachment #494646 -
Flags: review?(marco.zehe)
Comment 1•14 years ago
|
||
Comment on attachment 494646 [details] [diff] [review]
patch
Very good, thanks!
Attachment #494646 -
Flags: review?(marco.zehe) → review+
Assignee | ||
Comment 2•14 years ago
|
||
landed on 2.0 - http://hg.mozilla.org/mozilla-central/rev/d4d8e47b84ee
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•