diff options
3 files changed, 2 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/property-getters-and-setters-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/property-getters-and-setters-expected.txt index a3eea55..ac40c8b 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/property-getters-and-setters-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/property-getters-and-setters-expected.txt @@ -29,6 +29,7 @@ Defining a setter should also define a getter for the same property which return PASS o7.x is undefined. If an object has a property and its prototype has a setter function for that property, then setting the property should set the property directly and not call the setter function. PASS o8.numSets is 0 +PASS typeof testObj.getter is 'string' PASS successfullyParsed is true TEST COMPLETE diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/property-getters-and-setters-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/property-getters-and-setters-expected.txt index a3eea55..ac40c8b 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/property-getters-and-setters-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/property-getters-and-setters-expected.txt @@ -29,6 +29,7 @@ Defining a setter should also define a getter for the same property which return PASS o7.x is undefined. If an object has a property and its prototype has a setter function for that property, then setting the property should set the property directly and not call the setter function. PASS o8.numSets is 0 +PASS typeof testObj.getter is 'string' PASS successfullyParsed is true TEST COMPLETE diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 2f73c7a..8463c01 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2693,7 +2693,6 @@ BUG_DARIN WIN : LayoutTests/editing/deleting/4866671.html = FAIL BUG_DARIN WIN LINUX : LayoutTests/fast/canvas/canvas-transforms-during-path.html = FAIL BUG_DARIN WIN LINUX : LayoutTests/fast/canvas/drawImage-with-globalAlpha.html = FAIL BUG_DARIN WIN LINUX : LayoutTests/fast/canvas/quadraticCurveTo.xml = FAIL -BUG_DARIN WIN LINUX : LayoutTests/fast/js/property-getters-and-setters.html = FAIL BUG_DARIN WIN LINUX : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT BUG_DARIN WIN LINUX : LayoutTests/fast/canvas/canvas-lineWidth.html = FAIL BUG_DARIN LINUX : LayoutTests/editing/deleting/4866671.html = FAIL |