summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 18:42:35 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 18:42:35 +0000
commit97eb2f108a817351bfbfd465176bfe2d033c85c8 (patch)
treea5f29983de708e5c409d548e8ecbd43534ebdcdf /webkit/data
parent0b1deee47c4f94f85f5804fbcee3f75b51cb952a (diff)
downloadchromium_src-97eb2f108a817351bfbfd465176bfe2d033c85c8.zip
chromium_src-97eb2f108a817351bfbfd465176bfe2d033c85c8.tar.gz
chromium_src-97eb2f108a817351bfbfd465176bfe2d033c85c8.tar.bz2
Rebaseline prototype-inheritance test and remove explicit skip for a webgl test.
The rebaseline is due to http://trac.webkit.org/changeset/54646. TBR=jorlow TEST=none BUG=none Review URL: http://codereview.chromium.org/603035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/prototype-inheritance-expected.txt2
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/prototype-inheritance-expected.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/prototype-inheritance-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/prototype-inheritance-expected.txt
index 7c1405a..587771e 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/prototype-inheritance-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/prototype-inheritance-expected.txt
@@ -211,6 +211,8 @@ PASS inner.HTMLVideoElement.isInner is true
PASS inner.HTMLVideoElement.constructor.isInner is true
PASS inner.Image.isInner is true
PASS inner.Image.constructor.isInner is true
+PASS inner.ImageData.isInner is true
+PASS inner.ImageData.constructor.isInner is true
PASS inner.KeyboardEvent.isInner is true
PASS inner.KeyboardEvent.constructor.isInner is true
PASS inner.MediaError.isInner is true
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/prototype-inheritance-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/prototype-inheritance-expected.txt
index 7c1405a..587771e 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/prototype-inheritance-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/prototype-inheritance-expected.txt
@@ -211,6 +211,8 @@ PASS inner.HTMLVideoElement.isInner is true
PASS inner.HTMLVideoElement.constructor.isInner is true
PASS inner.Image.isInner is true
PASS inner.Image.constructor.isInner is true
+PASS inner.ImageData.isInner is true
+PASS inner.ImageData.constructor.isInner is true
PASS inner.KeyboardEvent.isInner is true
PASS inner.KeyboardEvent.constructor.isInner is true
PASS inner.MediaError.isInner is true