Closed
Bug 1583221
Opened 6 years ago
Closed 6 years ago
Test `PlainTextSerializer, PreformatFlowedQuotes` doesn't set "_moz_quote" attribute
Categories
(Core :: DOM: Serializers, defect, P2)
Core
DOM: Serializers
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/e3fc8f8970491aef14d3212b2d052942f4d29818/dom/base/test/gtest/TestPlainTextSerializer.cpp#113 doesn't set the "mozquote" attribute.
However, https://searchfox.org/mozilla-central/rev/e3fc8f8970491aef14d3212b2d052942f4d29818/editor/libeditor/HTMLEditorDataTransfer.cpp#2188 set that attribute.
Which is the case intended to be tested here.
Assignee | ||
Updated•6 years ago
|
Summary: Test `PlainTextSerializer, PreformatFlowedQuotes` doesn't set attribute "_moz_quote" attribute → Test `PlainTextSerializer, PreformatFlowedQuotes` doesn't set "_moz_quote" attribute
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mbrodesser
Assignee | ||
Comment 1•6 years ago
|
||
Because that's how such spans are generated in HTMLEditor::InsertAsPlaintextQuotation
.
Updated•6 years ago
|
Priority: -- → P2
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5ef1b1eeda77
change test `PreformatFlowedQuotes` to use `<span>` with `_moz_quote="true"`. r=hsivonen,jorgk
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•