[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e
dbates at webkit.org
dbates at webkit.org
Fri Jan 21 14:45:12 UTC 2011
The following commit has been merged in the debian/experimental branch:
commit 72d5b6bcdabc022003defa5f816c8829e58412d7
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Dec 29 00:56:40 2010 +0000
2010-12-28 Daniel Bates <dbates at rim.com>
Reviewed by Antonio Gomes.
Add comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
to clarify caret browsing disabled
https://bugs.webkit.org/show_bug.cgi?id=51633
Add a comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
that explains that this test is only applicable when caret browsing is disabled.
* fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74732 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f189410..ee6912e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-12-28 Daniel Bates <dbates at rim.com>
+
+ Reviewed by Antonio Gomes.
+
+ Add comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
+ to clarify caret browsing disabled
+ https://bugs.webkit.org/show_bug.cgi?id=51633
+
+ Add a comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
+ that explains that this test is only applicable when caret browsing is disabled.
+
+ * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
+
2010-12-28 Kenneth Russell <kbr at google.com>
Reviewed by Eric Seidel.
diff --git a/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html b/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html
index 629c0f2..a39e118 100644
--- a/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html
+++ b/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html
@@ -2,8 +2,13 @@
<head>
<script src="resources/repaint.js"></script>
<script>
-if (window.layoutTestController)
+if (window.layoutTestController) {
+ // By definition, when caret browsing is enabled we always paint the caret.
+ // So, this test is only applicable when caret browsing is disabled because
+ // non-content-editable elements won't cause the caret to be drawn since they
+ // are not editable.
layoutTestController.overridePreference("WebKitEnableCaretBrowsing", false);
+}
function repaintTest()
{
if (!window.eventSender)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list