Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/kde/RegExp-expected.txt

Issue 543009: WebKit roll to 53083 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: wontfix touch tests Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/kde/RegExp-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/kde/RegExp-expected.txt (revision 35906)
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/kde/RegExp-expected.txt (working copy)
@@ -92,6 +92,10 @@
PASS 'abc'.match(/\u0062/).toString() is 'b'
FAIL Object.prototype.toString.apply(RegExp.prototype) should be [object RegExp]. Was [object Object].
PASS typeof RegExp.prototype.toString() is 'string'
+PASS new RegExp().toString() is '/(?:)/'
+PASS (new RegExp('(?:)')).source is '(?:)'
+PASS /(?:)/.toString() is '/(?:)/'
+PASS /(?:)/.source is '(?:)'
Done.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698