Title: [91296] trunk/LayoutTests
Revision
91296
Author
[email protected]
Date
2011-07-19 13:40:51 -0700 (Tue, 19 Jul 2011)

Log Message

Chromium Windows rebaseline after r91277, and Chromium rebaseline for r91284.

* platform/chromium/fast/js/string-prototype-properties-expected.txt: Added.
* platform/chromium-win/fast/table/align-right-within-left-aligned-div-expected.png: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (91295 => 91296)


--- trunk/LayoutTests/ChangeLog	2011-07-19 20:33:52 UTC (rev 91295)
+++ trunk/LayoutTests/ChangeLog	2011-07-19 20:40:51 UTC (rev 91296)
@@ -1,3 +1,10 @@
+2011-07-19  Ryosuke Niwa  <[email protected]>
+
+        Chromium Windows rebaseline after r91277, and Chromium rebaseline for r91284.
+
+        * platform/chromium/fast/js/string-prototype-properties-expected.txt: Added.
+        * platform/chromium-win/fast/table/align-right-within-left-aligned-div-expected.png: Added.
+
 2011-07-19  Simon Fraser  <[email protected]>
 
         Possible recursing in GraphicsLayerCA::updateGeometry()

Added: trunk/LayoutTests/platform/chromium/fast/js/string-prototype-properties-expected.txt (0 => 91296)


--- trunk/LayoutTests/platform/chromium/fast/js/string-prototype-properties-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/js/string-prototype-properties-expected.txt	2011-07-19 20:40:51 UTC (rev 91296)
@@ -0,0 +1,51 @@
+This is a test case for bug 64677.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS String.prototype.toString.call(undefined) threw exception TypeError: String.prototype.toString is not generic.
+PASS String.prototype.valueOf.call(undefined) threw exception TypeError: String.prototype.valueOf is not generic.
+PASS String.prototype.charAt.call(undefined, 0) threw exception TypeError: String.prototype.charAt called on null or undefined.
+PASS String.prototype.charCodeAt.call(undefined, 0) threw exception TypeError: String.prototype.charCodeAt called on null or undefined.
+PASS String.prototype.concat.call(undefined, 'five') threw exception TypeError: String.prototype.concat called on null or undefined.
+PASS String.prototype.indexOf.call(undefined, '2') threw exception TypeError: String.prototype.indexOf called on null or undefined.
+PASS String.prototype.lastIndexOf.call(undefined, '2') threw exception TypeError: String.prototype.lastIndexOf called on null or undefined.
+PASS String.prototype.match.call(undefined, /2+/) threw exception TypeError: String.prototype.match called on null or undefined.
+PASS String.prototype.replace.call(undefined, /2+/, '-') threw exception TypeError: String.prototype.replace called on null or undefined.
+PASS String.prototype.search.call(undefined, '4') threw exception TypeError: String.prototype.search called on null or undefined.
+PASS String.prototype.slice.call(undefined, 1, 3) threw exception TypeError: String.prototype.slice called on null or undefined.
+PASS String.prototype.split.call(undefined, '2') threw exception TypeError: String.prototype.split called on null or undefined.
+PASS String.prototype.slice.call(undefined, 1, 3) threw exception TypeError: String.prototype.slice called on null or undefined.
+PASS String.prototype.substr.call(undefined, 1, 3) threw exception TypeError: String.prototype.substr called on null or undefined.
+PASS String.prototype.substring.call(undefined, 1, 3) threw exception TypeError: String.prototype.subString called on null or undefined.
+PASS String.prototype.toLowerCase.call(undefined) threw exception TypeError: String.prototype.toLowerCase called on null or undefined.
+PASS String.prototype.toUpperCase.call(undefined) threw exception TypeError: String.prototype.toUpperCase called on null or undefined.
+PASS String.prototype.localeCompare.call(undefined, '1224') threw exception TypeError: String.prototype.localeCompare called on null or undefined.
+PASS String.prototype.toLocaleLowerCase.call(undefined) threw exception TypeError: String.prototype.toLocaleLowerCase called on null or undefined.
+PASS String.prototype.toLocaleUpperCase.call(undefined) threw exception TypeError: String.prototype.toLocaleUpperCase called on null or undefined.
+PASS String.prototype.trim.call(undefined) threw exception TypeError: String.prototype.trim called on null or undefined.
+PASS String.prototype.toString.call(1224) threw exception TypeError: String.prototype.toString is not generic.
+PASS String.prototype.valueOf.call(1224) threw exception TypeError: String.prototype.valueOf is not generic.
+PASS String.prototype.charAt.call(1224, 0) is "1"
+PASS String.prototype.charCodeAt.call(1224, 0) is 0x31
+PASS String.prototype.concat.call(1224, 'five') is "1224five"
+PASS String.prototype.indexOf.call(1224, '2') is 1
+PASS String.prototype.lastIndexOf.call(1224, '2') is 2
+PASS String.prototype.match.call(1224, /2+/) is ["22"]
+PASS String.prototype.replace.call(1224, /2+/, '-') is "1-4"
+PASS String.prototype.search.call(1224, '4') is 3
+PASS String.prototype.slice.call(1224, 1, 3) is "22"
+PASS String.prototype.split.call(1224, '2') is ["1","","4"]
+PASS String.prototype.slice.call(1224, 1, 3) is "22"
+PASS String.prototype.substr.call(1224, 1, 3) is "224"
+PASS String.prototype.substring.call(1224, 1, 3) is "22"
+PASS String.prototype.toLowerCase.call(1224) is "1224"
+PASS String.prototype.toUpperCase.call(1224) is "1224"
+PASS String.prototype.localeCompare.call(1224, '1224') is 0
+PASS String.prototype.toLocaleLowerCase.call(1224) is "1224"
+PASS String.prototype.toLocaleUpperCase.call(1224) is "1224"
+PASS String.prototype.trim.call(1224) is "1224"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/chromium-win/fast/table/align-right-within-left-aligned-div-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-win/fast/table/align-right-within-left-aligned-div-expected.png ___________________________________________________________________

Added: svn:mime-type

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to