Title: [101622] trunk/LayoutTests
- Revision
- 101622
- Author
- [email protected]
- Date
- 2011-11-30 23:38:49 -0800 (Wed, 30 Nov 2011)
Log Message
Fix typo in the tests added by r101575.
* editing/deleting/delete-and-cleanup.html:
* editing/pasteboard/paste-without-nesting.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (101621 => 101622)
--- trunk/LayoutTests/ChangeLog 2011-12-01 07:27:56 UTC (rev 101621)
+++ trunk/LayoutTests/ChangeLog 2011-12-01 07:38:49 UTC (rev 101622)
@@ -1,3 +1,10 @@
+2011-11-30 Ryosuke Niwa <[email protected]>
+
+ Fix typo in the tests added by r101575.
+
+ * editing/deleting/delete-and-cleanup.html:
+ * editing/pasteboard/paste-without-nesting.html:
+
2011-11-30 Hayato Ito <[email protected]>
Unreviewed. Update chromium test expectations for another inspector crash.
Modified: trunk/LayoutTests/editing/deleting/delete-and-cleanup.html (101621 => 101622)
--- trunk/LayoutTests/editing/deleting/delete-and-cleanup.html 2011-12-01 07:27:56 UTC (rev 101621)
+++ trunk/LayoutTests/editing/deleting/delete-and-cleanup.html 2011-12-01 07:38:49 UTC (rev 101622)
@@ -30,7 +30,7 @@
confirmedMarkup = node.innerHTML;
- shouldBe("confimedMarkup", "'" + expected + "'");
+ shouldBe("confirmedMarkup", "'" + expected + "'");
}
testDelete("div", "Hello", "<br>");
Modified: trunk/LayoutTests/editing/pasteboard/paste-without-nesting.html (101621 => 101622)
--- trunk/LayoutTests/editing/pasteboard/paste-without-nesting.html 2011-12-01 07:27:56 UTC (rev 101621)
+++ trunk/LayoutTests/editing/pasteboard/paste-without-nesting.html 2011-12-01 07:38:49 UTC (rev 101622)
@@ -31,7 +31,7 @@
confirmedMarkup = node.innerHTML;
- shouldBe("confimedMarkup", "'" + expected + "'");
+ shouldBe("confirmedMarkup", "'" + expected + "'");
}
testCopyPaste("div", "Hello", "Hello");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes