Skip to content
Snippets Groups Projects
Commit 5c087ac4 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Give up and disable test on PhantomJS

parent 15912c3f
No related branches found
No related tags found
No related merge requests found
......@@ -2479,6 +2479,7 @@ testCM("rtl_wrapped_selection", function(cm) {
}, {value: new Array(10).join(" فتي تم تضمينها فتي تم"), lineWrapping: true})
testCM("bidi_wrapped_selection", function(cm) {
if (phantom) return
cm.setSize(cm.charCoords(Pos(0, 10), "editor").left)
cm.setSelection(Pos(0, 37), Pos(0, 80))
var blocks = byClassName(cm.getWrapperElement(), "CodeMirror-selected")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment