Closed
Bug 762047
Opened 12 years ago
Closed 12 years ago
Improve content/html/content/tests/forms/test_progress_element.html
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file, 1 obsolete file)
2.23 KB,
patch
|
Ms2ger
:
review+
mounir
:
checkin+
|
Details | Diff | Splinter Review |
Some changes in bug 686913 weren't the best actually.
Attachment #630564 -
Flags: review?(Ms2ger)
Comment 1•12 years ago
|
||
Comment on attachment 630564 [details] [diff] [review]
Patch
Review of attachment 630564 [details] [diff] [review]:
-----------------------------------------------------------------
Sure
Attachment #630564 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Trivial change: the element is now labelable.
Attachment #630564 -
Attachment is obsolete: true
Attachment #630923 -
Flags: review?(Ms2ger)
Comment 3•12 years ago
|
||
Comment on attachment 630923 [details] [diff] [review]
Patch v2
Review of attachment 630923 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with the description fixed.
::: content/html/content/test/forms/test_progress_element.html
@@ +222,5 @@
> + var label = document.createElement('label');
> +
> + content.appendChild(label);
> + label.appendChild(aElement);
> + is(label.control, aElement, "progress should not be labelable");
not?
Attachment #630923 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Updated•12 years ago
|
Flags: in-testsuite+
Target Milestone: --- → mozilla16
Assignee | ||
Updated•12 years ago
|
Attachment #630923 -
Flags: checkin+
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•