Opened 9 years ago
Closed 9 years ago
#13912 closed Bug (fixed)
[Safari] Failing tests in tests/plugins/clipboard/readonly
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.5 |
Component: | Core : Pasting | Version: | 4.5.5 |
Keywords: | Cc: |
Description
http://tests.ckeditor.dev:1030/tests/plugins/clipboard/readonly
Tests were created for http://dev.ckeditor.com/ticket/13872 in 4.5.5.
Safari: Version/9.0.1 Safari/601.2.7.
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | new → review |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Whitespaces are definitely beyond the scope of this test. Fixed with git:aa06c7643a (merged to master) at dev.
For some reason Safari prunes leading white characters. I though it may have something to do with #13816 but it doesn't.
Because such quirks are not the scope of failing tests (aren't they?), I simply fixed TCs to avoid such situation.
Pushed fix to branch:t/13912.