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

Unified Diff: LayoutTests/fast/js/string-link-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/fast/js/string-link-expected.txt
diff --git a/LayoutTests/fast/js/string-link-expected.txt b/LayoutTests/fast/js/string-link-expected.txt
index cc35d1b93107b81bcbe36384c5b42dad092d3c5e..802b4d0d16a23511e1aa6edd5bfb554955a1be86 100644
--- a/LayoutTests/fast/js/string-link-expected.txt
+++ b/LayoutTests/fast/js/string-link-expected.txt
@@ -10,8 +10,8 @@ PASS '_'.link(0x2A) is "<a href=\"42\">_</a>"
PASS '_'.link('"') is "<a href=\"&quot;\">_</a>"
PASS '_'.link('" target="_blank') is "<a href=\"&quot; target=&quot;_blank\">_</a>"
PASS String.prototype.link.call(0x2A, 0x2A) is "<a href=\"42\">42</a>"
-PASS String.prototype.link.call(undefined) threw exception TypeError: Type error.
-PASS String.prototype.link.call(null) threw exception TypeError: Type error.
+FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Was <a href="undefined">undefined</a>.
+FAIL String.prototype.link.call(null) should throw TypeError: Type error. Was <a href="undefined">null</a>.
PASS String.prototype.link.length is 1
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/js/string-fontsize-expected.txt ('k') | LayoutTests/fast/js/var-declarations-shadowing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698