Fix failing test on QT/GTK bots.
r64488 removed the SelectAll on focus behavior. Put in a SelectAll call to match the
old test behavior.
* editing/pasteboard/crash-accessing-clipboardData-types.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@64499
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-08-02 Ojan Vafai <ojan@chromium.org>
+
+ Fix failing test on QT/GTK bots.
+
+ r64488 removed the SelectAll on focus behavior. Put in a SelectAll call to match the
+ old test behavior.
+
+ * editing/pasteboard/crash-accessing-clipboardData-types.html:
+
2010-08-02 Ojan Vafai <ojan@chromium.org>
platform specific expectations after r64488
document.body.addEventListener("paste", function(e){ e.clipboardData.types }, true);
document.getElementById("d").focus();
+document.execCommand("SelectAll");
document.execCommand("Cut");
document.execCommand("Paste");