summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 23:06:57 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 23:06:57 +0000
commitb4530561effb48137edab5a0bceaddb5707264d1 (patch)
tree1ee9e2724df6205bbbbca52c311b37fcbfd2eb00
parentc5d8ae6724310e5fe5c127623ca419c713941aee (diff)
downloadchromium_src-b4530561effb48137edab5a0bceaddb5707264d1.zip
chromium_src-b4530561effb48137edab5a0bceaddb5707264d1.tar.gz
chromium_src-b4530561effb48137edab5a0bceaddb5707264d1.tar.bz2
Rebaseline property-getters-and-setters.html for WebKit r44445
TEST=covered by layout test BUG=none TBR=ukai Review URL: http://codereview.chromium.org/118472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17989 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/property-getters-and-setters-expected.txt1
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/property-getters-and-setters-expected.txt1
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt1
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