| Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/switch-behaviour-expected.txt
|
| ===================================================================
|
| --- webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/switch-behaviour-expected.txt (revision 23078)
|
| +++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/switch-behaviour-expected.txt (working copy)
|
| @@ -9,7 +9,7 @@
|
| PASS characterSwitch('1') is "1"
|
| PASS characterSwitch('-1') is "default"
|
| PASS characterSwitch('B') is "B"
|
| -PASS characterSwitch('') is "default"
|
| +PASS characterSwitch('') is "default"
|
| PASS characterSwitch({toString: function(){return 'B'}}) is "default"
|
| PASS characterSwitch(0) is "default"
|
| PASS characterSwitch(-0) is "default"
|
| @@ -25,7 +25,7 @@
|
| PASS sparseCharacterSwitch('1') is "1"
|
| PASS sparseCharacterSwitch('-1') is "default"
|
| PASS sparseCharacterSwitch('B') is "B"
|
| -PASS sparseCharacterSwitch('') is ""
|
| +PASS sparseCharacterSwitch('') is ""
|
| PASS sparseCharacterSwitch({toString: function(){return 'B'}}) is "default"
|
| PASS sparseCharacterSwitch(0) is "default"
|
| PASS sparseCharacterSwitch(-0) is "default"
|
| @@ -41,7 +41,7 @@
|
| PASS stringSwitch('1') is "1"
|
| PASS stringSwitch('-1') is "-1"
|
| PASS stringSwitch('B') is "B"
|
| -PASS stringSwitch('') is ""
|
| +PASS stringSwitch('') is ""
|
| PASS stringSwitch('some string') is "some string"
|
| PASS stringSwitch({toString: function(){return 'some string'}}) is "default"
|
| PASS stringSwitch('s') is "default"
|
| @@ -59,7 +59,7 @@
|
| PASS numberSwitch('1') is "default"
|
| PASS numberSwitch('-1') is "default"
|
| PASS numberSwitch('B') is "default"
|
| -PASS numberSwitch('') is "default"
|
| +PASS numberSwitch('') is "default"
|
| PASS numberSwitch('some string') is "default"
|
| PASS numberSwitch({valueOf: function(){return 0}}) is "default"
|
| PASS numberSwitch('s') is "default"
|
| @@ -77,7 +77,7 @@
|
| PASS sparseNumberSwitch('1') is "default"
|
| PASS sparseNumberSwitch('-1') is "default"
|
| PASS sparseNumberSwitch('B') is "default"
|
| -PASS sparseNumberSwitch('') is "default"
|
| +PASS sparseNumberSwitch('') is "default"
|
| PASS sparseNumberSwitch('some string') is "default"
|
| PASS sparseNumberSwitch({valueOf: function(){return 0}}) is "default"
|
| PASS sparseNumberSwitch('s') is "default"
|
| @@ -95,7 +95,7 @@
|
| PASS generalSwitch('1') is "1"
|
| PASS generalSwitch('-1') is "-1"
|
| PASS generalSwitch('B') is "B"
|
| -PASS generalSwitch('') is ""
|
| +PASS generalSwitch('') is ""
|
| PASS generalSwitch('some string') is "some string"
|
| PASS generalSwitch({valueOf: function(){return 0}}) is "default"
|
| PASS generalSwitch('s') is "default"
|
|
|