[webkit-changes] cvs commit: LayoutTests/fast/forms
domstring-replace-crash-expected.txt domstring-replace-crash.html
Eric
eseidel at opensource.apple.com
Sat Dec 24 21:11:42 PST 2005
eseidel 05/12/24 21:11:42
Modified: . ChangeLog
Added: fast/forms domstring-replace-crash-expected.txt
domstring-replace-crash.html
Log:
Bug #: 6236
Submitted by: mitz
Reviewed by: eseidel
- test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6236
REGRESSION: Crash in DOMString::replace() in ToT (12/24/05)
* fast/forms/domstring-replace-crash-expected.txt: Added.
* fast/forms/domstring-replace-crash.html: Added.
Revision Changes Path
1.185 +22 -1 LayoutTests/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/LayoutTests/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog 23 Dec 2005 08:35:38 -0000 1.184
+++ ChangeLog 25 Dec 2005 05:11:41 -0000 1.185
@@ -1,4 +1,25 @@
-2005-12-22 Alexey Proskuryakov <ap at nypop.com>
Reviewed by Darin Adler.
- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6118
Investigate not using the frameset charset as a default for frames
* fast/encoding/frame-default-enc-expected.checksum: Added.
* fast/encoding/frame-default-enc-expected.png: Added.
* fast/encoding/frame-default-enc-expected.txt: Added.
* fast/encoding/frame-default-enc.html: Added.
* fast/encoding/resources/frame-default-enc-frame.html: Added.
+2005-12-24 Mitz Pettel <opendarwin.org at mitzpettel.com>
+
+ Reviewed by eseidel.
+
+ - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6236
+ REGRESSION: Crash in DOMString::replace() in ToT (12/24/05)
+
+ * fast/forms/domstring-replace-crash-expected.txt: Added.
+ * fast/forms/domstring-replace-crash.html: Added.
+
+2005-12-22 Alexey Proskuryakov <ap at nypop.com>
+
+ Reviewed by Darin Adler.
+
+ - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6118
+ Investigate not using the frameset charset as a default for frames
+
+ * fast/encoding/frame-default-enc-expected.checksum: Added.
+ * fast/encoding/frame-default-enc-expected.png: Added.
+ * fast/encoding/frame-default-enc-expected.txt: Added.
+ * fast/encoding/frame-default-enc.html: Added.
+ * fast/encoding/resources/frame-default-enc-frame.html: Added.
2005-12-22 Justin Garcia <justin.garcia at apple.com>
1.1 LayoutTests/fast/forms/domstring-replace-crash-expected.txt
Index: domstring-replace-crash-expected.txt
===================================================================
This test checks for a regression against http://bugzilla.opendarwin.org/show_bug.cgi?id=6236 REGRESSION: Crash in DOMString::replace() in ToT (12/25/05).
No crash = test PASS.
1.1 LayoutTests/fast/forms/domstring-replace-crash.html
Index: domstring-replace-crash.html
===================================================================
<?xml version="1.0" encoding="EUC-JP"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<script type="text/javascript">
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<title>
</title>
</head>
<body>
<p>
This test checks for a regression against
<i><a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6236">http://bugzilla.opendarwin.org/show_bug.cgi?id=6236</a> REGRESSION: Crash in DOMString::replace() in ToT (12/25/05)</i>.
</p>
No crash = test PASS.
</p>
<form>
<input type="text"/>
</form>
</body>
</html>
More information about the webkit-changes
mailing list