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

Unified Diff: LayoutTests/fast/js/string-fontsize-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
« no previous file with comments | « LayoutTests/fast/js/string-fontcolor-expected.txt ('k') | LayoutTests/fast/js/string-link-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/string-fontsize-expected.txt
diff --git a/LayoutTests/fast/js/string-fontsize-expected.txt b/LayoutTests/fast/js/string-fontsize-expected.txt
index 3b0cbc6bfce03f5a29ec1773d06e0a312780f6f0..3593397d0f3fa3b2429d2954f3c7437866b2537e 100644
--- a/LayoutTests/fast/js/string-fontsize-expected.txt
+++ b/LayoutTests/fast/js/string-fontsize-expected.txt
@@ -10,8 +10,8 @@ PASS '_'.fontsize(0x2A) is "<font size=\"42\">_</font>"
PASS '_'.fontsize('"') is "<font size=\"&quot;\">_</font>"
PASS '_'.fontsize('" color="b') is "<font size=\"&quot; color=&quot;b\">_</font>"
PASS String.prototype.fontsize.call(0x2A, 0x2A) is "<font size=\"42\">42</font>"
-PASS String.prototype.fontsize.call(undefined) threw exception TypeError: Type error.
-PASS String.prototype.fontsize.call(null) threw exception TypeError: Type error.
+FAIL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Was <font size="undefined">undefined</font>.
+FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Was <font size="undefined">null</font>.
PASS String.prototype.fontsize.length is 1
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/js/string-fontcolor-expected.txt ('k') | LayoutTests/fast/js/string-link-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698