https://bugs.webkit.org/show_bug.cgi?id=143697
Reviewed by Anders Carlsson.
* fast/sub-pixel/input-caret-on-subpixel-bound.html: Don't wait for a timer to fire
after removing the last character.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182801
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2015-04-14 Alexey Proskuryakov <ap@apple.com>
2015-04-14 Alexey Proskuryakov <ap@apple.com>
+ fast/sub-pixel/input-caret-on-subpixel-bound.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=143697
+
+ Reviewed by Anders Carlsson.
+
+ * fast/sub-pixel/input-caret-on-subpixel-bound.html: Don't wait for a timer to fire
+ after removing the last character.
+
+2015-04-14 Alexey Proskuryakov <ap@apple.com>
+
Two flaky tests in http/tests/security/mixedContent
https://bugs.webkit.org/show_bug.cgi?id=143695
Two flaky tests in http/tests/security/mixedContent
https://bugs.webkit.org/show_bug.cgi?id=143695
el.focus();
var step = function() {
var value = el.value;
el.focus();
var step = function() {
var value = el.value;
el.value = value.substr(0, value.length - 1);
el.value = value.substr(0, value.length - 1);
window.setTimeout(step, 10);
window.setTimeout(step, 10);
else if (window.testRunner)
testRunner.notifyDone();
};
else if (window.testRunner)
testRunner.notifyDone();
};