Closed
Bug 948914
Opened 10 years ago
Closed 10 years ago
Remove redundant default style for <pre> element from quirk.css
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: emk, Assigned: emk)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
978 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
This is redundant because our HTMLPreElement implementation is hard-coding the default style. https://mxr.mozilla.org/mozilla-central/source/content/html/content/src/HTMLPreElement.cpp?rev=8c91fdae3362#51 FYI this hard-coded style is effective even in no-quirks mode.
Attachment #8345848 -
Flags: review?(dbaron)
Assignee | ||
Comment 1•10 years ago
|
||
Try run: https://tbpl.mozilla.org/?tree=Try&rev=5da745c20096
Comment 2•10 years ago
|
||
Comment on attachment 8345848 [details] [diff] [review] prequirks r=dbaron
Attachment #8345848 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0774b4d2c1a6
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
https://hg.mozilla.org/mozilla-central/rev/0774b4d2c1a6
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•9 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•