Index: third_party/WebKit/LayoutTests/fast/js/custom-constructors-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/js/custom-constructors-expected.txt b/third_party/WebKit/LayoutTests/fast/js/custom-constructors-expected.txt |
index bca019d5ae19694b4312dd51d25f9c652e895e58..b97d4c61182b8be277add43388d8624e18b9dd45 100644 |
--- a/third_party/WebKit/LayoutTests/fast/js/custom-constructors-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/js/custom-constructors-expected.txt |
@@ -11,8 +11,8 @@ PASS new Image(0).width is 0 |
PASS new Image(0, 0).height is 0 |
PASS new Image(100).width is 100 |
PASS new Image(100, 200).height is 200 |
-PASS new Image(-100).width is -100 |
-PASS new Image(-100, -200).height is -200 |
+PASS new Image(-100).width is 0 |
+PASS new Image(-100, -200).height is 0 |
PASS new Image().hasAttribute('height') is false |
PASS new Image().hasAttribute('width') is false |
PASS new Image(0).hasAttribute('height') is false |