ignoreResultList.add("fast/dom/tabindex-clamp.html");// there is extra spacing in the file due to multiple input boxes fitting on one line on Apple, ours are wrapped. Space at line ends are stripped.
// requires eventSender.mouseMoveTo, mouseDown & mouseUp and
ignoreResultList.add("fast/events/iframe-object-onload.html");// there is extra spacing in the file due to multiple frame boxes fitting on one line on Apple, ours are wrapped. Space at line ends are stripped.
// abs. position of mouse to select a word. ignore, won't fix #716583
ignoreResultList.add("fast/forms/onselect-textarea.html");// requires eventSender.mouseMoveTo, mouseDown & mouseUp and abs. position of mouse to select a word. ignore, won't fix #716583
ignoreResultList.add("fast/forms/onselect-textfield.html");// requires eventSender.mouseMoveTo, mouseDown & mouseUp and abs. position of mouse to select a word. ignore, won't fix #716583
// requires xpath support
ignoreResultList.add("fast/forms/plaintext-mode-1.html");// not implemented queryCommandEnabled:BackColor, Undo & Redo
ignoreResultList.add("fast/forms/selected-index-assert.html");// not capturing the console messages
// dynamic plugins not supported
ignoreResultList.add("fast/forms/selection-functions.html");// there is extra spacing as the text areas and input boxes fit next to each other on Apple, but are wrapped on our screen.
ignoreResultList.add("fast/forms/textarea-hard-linewrap.html");// Our text areas are a little thinner than Apples
// there is extra spacing in the file due to multiple input boxes
ignoreResultList.add("fast/forms/textarea-initial-caret-position.html");// Text selection done differently on our platform. When a inputbox gets focus, the entire block is selected.
// fitting on one line on Apple, ours are wrapped. Space at line ends
ignoreResultList.add("fast/forms/textarea-no-scroll-on-blur.html");// Text selection done differently on our platform. When a inputbox gets focus, the entire block is selected.
// are stripped.
ignoreResultList.add("fast/forms/textarea-paste-newline.html");// Copy&Paste commands not supported