Title: [138102] trunk/LayoutTests
Revision
138102
Author
timothy_hor...@apple.com
Date
2012-12-18 18:35:34 -0800 (Tue, 18 Dec 2012)

Log Message

fast/css/image-set-value-not-removed-crash.html should not InsertText with an apostrophe
https://bugs.webkit.org/show_bug.cgi?id=105375

Reviewed by Beth Dakin.

Don't InsertText text content with an apostrophe in it, as this can break
on platforms where apostrophes turn into curly quotes.

* fast/css/image-set-value-not-removed-crash-expected.txt:
* fast/css/image-set-value-not-removed-crash.html:
* platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (138101 => 138102)


--- trunk/LayoutTests/ChangeLog	2012-12-19 02:33:57 UTC (rev 138101)
+++ trunk/LayoutTests/ChangeLog	2012-12-19 02:35:34 UTC (rev 138102)
@@ -1,3 +1,17 @@
+2012-12-18  Tim Horton  <timothy_hor...@apple.com>
+
+        fast/css/image-set-value-not-removed-crash.html should not InsertText with an apostrophe
+        https://bugs.webkit.org/show_bug.cgi?id=105375
+
+        Reviewed by Beth Dakin.
+
+        Don't InsertText text content with an apostrophe in it, as this can break
+        on platforms where apostrophes turn into curly quotes.
+
+        * fast/css/image-set-value-not-removed-crash-expected.txt:
+        * fast/css/image-set-value-not-removed-crash.html:
+        * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Removed.
+
 2012-12-18  Levi Weintraub  <le...@chromium.org>
 
         Input elements with default touch handlers don't update handler counts when changing documents

Modified: trunk/LayoutTests/fast/css/image-set-value-not-removed-crash-expected.txt (138101 => 138102)


--- trunk/LayoutTests/fast/css/image-set-value-not-removed-crash-expected.txt	2012-12-19 02:33:57 UTC (rev 138101)
+++ trunk/LayoutTests/fast/css/image-set-value-not-removed-crash-expected.txt	2012-12-19 02:35:34 UTC (rev 138102)
@@ -1,2 +1,2 @@
-PASS. WebKit didn't crash.
+PASS. WebKit did not crash.
 

Modified: trunk/LayoutTests/fast/css/image-set-value-not-removed-crash.html (138101 => 138102)


--- trunk/LayoutTests/fast/css/image-set-value-not-removed-crash.html	2012-12-19 02:33:57 UTC (rev 138101)
+++ trunk/LayoutTests/fast/css/image-set-value-not-removed-crash.html	2012-12-19 02:35:34 UTC (rev 138102)
@@ -30,7 +30,7 @@
     test1.setAttribute("class", "class1");
     docElement.appendChild(test1);
     document.execCommand("SelectAll", false, null)
-    document.execCommand("InsertText", false, "PASS. WebKit didn't crash.")
+    document.execCommand("InsertText", false, "PASS. WebKit did not crash.")
     for (i = 0; i != 49; i++)
          window.getSelection().modify("move", "forward", "character");
 

Deleted: trunk/LayoutTests/platform/win/fast/css/image-set-value-not-removed-crash-expected.txt (138101 => 138102)


--- trunk/LayoutTests/platform/win/fast/css/image-set-value-not-removed-crash-expected.txt	2012-12-19 02:33:57 UTC (rev 138101)
+++ trunk/LayoutTests/platform/win/fast/css/image-set-value-not-removed-crash-expected.txt	2012-12-19 02:35:34 UTC (rev 138102)
@@ -1 +0,0 @@
-PASS. WebKit didn't crash.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to