Index: LayoutTests/fast/js/var-declarations-shadowing-expected.txt |
diff --git a/LayoutTests/fast/js/var-declarations-shadowing-expected.txt b/LayoutTests/fast/js/var-declarations-shadowing-expected.txt |
index 2dd7450ac5fbbeb111dafdb2a54641be3416f4c2..37111524f09300832a12501bd051e9f272cc790e 100644 |
--- a/LayoutTests/fast/js/var-declarations-shadowing-expected.txt |
+++ b/LayoutTests/fast/js/var-declarations-shadowing-expected.txt |
@@ -6,10 +6,10 @@ PASS: Node == undefined should be false and is. |
PASS: eval('Node == undefined') should be false and is. |
PASS: Element == undefined should be false and is. |
PASS: eval('Element == undefined') should be false and is. |
-PASS: toString == undefined should be false and is. |
-PASS: eval('toString == undefined') should be false and is. |
-PASS: valueOf == undefined should be false and is. |
-PASS: eval('valueOf == undefined') should be false and is. |
+FAIL: toString == undefined should be false but instead is true. |
+FAIL: eval('toString == undefined') should be false but instead is true. |
+FAIL: valueOf == undefined should be false but instead is true. |
+FAIL: eval('valueOf == undefined') should be false but instead is true. |
----- |
PASS: HTMLElement == marker should be true and is. |
PASS: eval('HTMLElement == marker') should be true and is. |