Opened 10 years ago
Closed 8 years ago
#12036 closed defect (wontfix)
Opera: editor.module Editor_FontChoice test failures
Reported by: | Katie Vance | Owned by: | Katie Vance |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Editor | Version: | 1.5 |
Keywords: | opera | Cc: | Douglas Hays |
Blocked By: | Blocking: |
Description
There are 11 test failures:
-font-name::Verify P1 identified -font-name::Verify format PRE identified -font-name::Verify format H1 identified -font-name::Verify format H2 identified -font-name::Verify format H3 identified -formatBlock::Verify can change formatBlock P to PRE -formatBlock::Verify can change formatBlock PRE to H1 -formatBlock::Verify can change formatBlock H1 to H2 -formatBlock::Verify can change formatBlock H2 to H3 -formatBlock::Verify changing multip nodes to H3 -formatBlock::Verify multiple format removal via selection
Results were:
assertEqual() failed:
expected
p
but got
noFormat
with hint:
format p identified.
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: verify current format/font-size/font-name::Verify format P Identified 6113 ms
assertEqual() failed:
expected
pre
but got
noFormat
with hint:
format pre identified.
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: verify current format/font-size/font-name::Verify format PRE Identified 6110 ms
assertEqual() failed:
expected
h1
but got
noFormat
with hint:
format h1 identified.
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: verify current format/font-size/font-name::Verify format H1 Identified 6106 ms
assertEqual() failed:
expected
h2
but got
noFormat
with hint:
format h2 identified.
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: verify current format/font-size/font-name::Verify format H2 Identified 6109 ms
assertEqual() failed:
expected
h3
but got
noFormat
with hint:
format h3 identified.
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: verify current format/font-size/font-name::Verify format H3 Identified 6108 ms
assertEqual() failed:
expected
pre
but got
noFormat
with hint:
verify converted
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: change format/font-size/font::formatBlock: Verify can change formatBlock P to PRE 6108 ms
ssertEqual() failed:
expected
h1
but got
noFormat
with hint:
verify converted
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: change format/font-size/font::formatBlock: Verify can change formatBlock PRE to H1 6108 ms
ssertEqual() failed:
expected
h2
but got
noFormat
with hint:
verify converted
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: change format/font-size/font::formatBlock: Verify can change formatBlock H1 to H2 6107 ms
assertEqual() failed:
expected
h3
but got
noFormat
with hint:
verify converted
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: change format/font-size/font::formatBlock: Verify can change formatBlock H2 to H3 6108 ms
assertEqual() failed:
expected
h3
but got
noFormat
with hint:
Verify second P converted to H3.
... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::formatBlock: multiple changes::formatBlock: Verify changing multiple nodes to h3 12108 ms
assertTrue('false') failed: assertTrue('false') failed ... FAILED test: ../../dijit/tests/editor/robot/Editor_FontChoice.html::FontChoice?: Format Removal Tests::formatBlock: Verify multiple format removal via selection 6107 ms
Change History (2)
comment:1 Changed 8 years ago by
Component: | Dijit → Editor |
---|---|
Priority: | high → low |
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Since Opera is switching to the webkit rendering engine, closing this ticket. If it's still an issue after the switchover, we can look at it again.