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

Side by Side Diff: LayoutTests/ietestcenter/Javascript/TestCases/15.7.3.1-2.js

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /// Copyright (c) 2009 Microsoft Corporation 1 /// Copyright (c) 2009 Microsoft Corporation
2 /// 2 ///
3 /// Redistribution and use in source and binary forms, with or without modificat ion, are permitted provided 3 /// Redistribution and use in source and binary forms, with or without modificat ion, are permitted provided
4 /// that the following conditions are met: 4 /// that the following conditions are met:
5 /// * Redistributions of source code must retain the above copyright notice, this list of conditions and 5 /// * Redistributions of source code must retain the above copyright notice, this list of conditions and
6 /// the following disclaimer. 6 /// the following disclaimer.
7 /// * Redistributions in binary form must reproduce the above copyright notic e, this list of conditions and 7 /// * Redistributions in binary form must reproduce the above copyright notic e, this list of conditions and
8 /// the following disclaimer in the documentation and/or other materials pr ovided with the distribution. 8 /// the following disclaimer in the documentation and/or other materials pr ovided with the distribution.
9 /// * Neither the name of Microsoft nor the names of its contributors may be used to 9 /// * Neither the name of Microsoft nor the names of its contributors may be used to
10 /// endorse or promote products derived from this software without specific prior written permission. 10 /// endorse or promote products derived from this software without specific prior written permission.
(...skipping 18 matching lines...) Expand all
29 test: function testcase() { 29 test: function testcase() {
30 // assume that Number.prototype has not been modified. 30 // assume that Number.prototype has not been modified.
31 return Object.getPrototypeOf(new Number(42))===Number.prototype; 31 return Object.getPrototypeOf(new Number(42))===Number.prototype;
32 }, 32 },
33 33
34 precondition: function prereq() { 34 precondition: function prereq() {
35 return fnExists(Object.getPrototypeOf); 35 return fnExists(Object.getPrototypeOf);
36 } 36 }
37 37
38 }); 38 });
OLDNEW
« no previous file with comments | « LayoutTests/ietestcenter/Javascript/TestCases/15.7.3.1-1.js ('k') | LayoutTests/ietestcenter/Javascript/TestCases/15.7.4-1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698