Closed
Bug 539882
Opened 15 years ago
Closed 15 years ago
[HTML5][Patch] content/html/document/test/test_bug324378.html fails
Categories
(Core :: DOM: HTML Parser, defect, P1)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: hsivonen)
Details
Attachments
(1 file, 1 obsolete file)
892 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
content/html/document/test/test_bug324378.html assumes that the attributes of a second <head> tag are added to the head element, but HTML5 says otherwise to align with IE/Safari behavior.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #421790 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•15 years ago
|
Summary: [HTML5] content/html/document/test/test_bug324378.html fails → [HTML5][Patch] content/html/document/test/test_bug324378.html fails
Comment 2•15 years ago
|
||
Comment on attachment 421790 [details] [diff] [review]
Change the test not to expect attributes to be added to head
r=bzbarsky
Attachment #421790 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Oops. Sorry. todo_is() is no good here, because it gives an UNEXPECTE-PASS when the pref is flipped.
Attachment #421790 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Attachment #422311 -
Flags: review?(bzbarsky)
Updated•15 years ago
|
Attachment #422311 -
Flags: review?(bzbarsky) → review+
Comment 4•15 years ago
|
||
Comment on attachment 422311 [details] [diff] [review]
Change the test not to expect attributes to be added to head without using todo
Please file a bug on uncommenting, put that bug# in the comment here, and make that bug depend on the "flip by default" bug?
Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> (From update of attachment 422311 [details] [diff] [review])
> Please file a bug on uncommenting, put that bug# in the comment here, and make
> that bug depend on the "flip by default" bug?
Thanks. That bug is now bug 541918.
Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•