[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373
tony at chromium.org
tony at chromium.org
Thu Apr 8 01:55:59 UTC 2010
The following commit has been merged in the webkit-1.2 branch:
commit 8da9784f7748875701a98644bfb4fadc966ed2ce
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Feb 23 01:01:07 2010 +0000
2010-02-22 Chris Evans <cevans at chromium.org>
Reviewed by Darin Adler.
Add test for https://bugs.webkit.org/show_bug.cgi?id=32842
It has been fixed on trunk for a while, but we want to make sure we
do not regress.
* fast/text/find-layout-crash.html: Added.
* fast/text/find-layout-crash-expected.txt: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55114 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 607dce8..d73f9ca 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-22 Chris Evans <cevans at chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Add test for https://bugs.webkit.org/show_bug.cgi?id=32842
+ It has been fixed on trunk for a while, but we want to make sure we
+ do not regress.
+
+ * fast/text/find-layout-crash.html: Added.
+ * fast/text/find-layout-crash-expected.txt: Added.
+
2010-02-22 Csaba Osztrogonác <ossy at webkit.org>
Rubber-stamped by Alexey Proskuryakov.
diff --git a/LayoutTests/fast/text/find-layout-crash-expected.txt b/LayoutTests/fast/text/find-layout-crash-expected.txt
new file mode 100644
index 0000000..0363c69
--- /dev/null
+++ b/LayoutTests/fast/text/find-layout-crash-expected.txt
@@ -0,0 +1 @@
+Test case for https://bugs.webkit.org/show_bug.cgi?id=26088. The test passes if there is no crash. down
diff --git a/LayoutTests/fast/text/find-layout-crash.html b/LayoutTests/fast/text/find-layout-crash.html
new file mode 100644
index 0000000..6af5cf2
--- /dev/null
+++ b/LayoutTests/fast/text/find-layout-crash.html
@@ -0,0 +1,26 @@
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+<p>Test case for
+<a href="https://bugs.webkit.org/show_bug.cgi?id=32842"
+ >https://bugs.webkit.org/show_bug.cgi?id=26088</a>.
+The test passes if there is no crash.
+<TEXTAREA id="container">
+
+
+sit
+</TEXTAREA>down
+
+<SCRIPT>
+ document.execCommand("FindString", true, "s");
+ document.execCommand("FindString", true, "n");
+</SCRIPT>
+
+<STYLE></STYLE>
+
+<script type="text/javascript">
+ e=document.getElementById('container');
+ e.innerHTML="";
+</script>
+
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list