Commit e330d885 authored by levin@chromium.org's avatar levin@chromium.org

Fix prototype-inheritance-expected result due to two changes:

  http://src.chromium.org/viewvc/chrome?view=rev&revision=77888 removed "google"
  http://trac.webkit.org/changeset/80846 added WebKitAnimation/WebKitAnimationList

* platform/chromium/fast/dom/prototype-inheritance-expected.txt:

git-svn-id: svn://svn.chromium.org/blink/trunk@80911 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f15a6761
2011-03-11 David Levin <levin@chromium.org>
Fix prototype-inheritance-expected result due to two changes:
http://src.chromium.org/viewvc/chrome?view=rev&revision=77888 removed "google"
http://trac.webkit.org/changeset/80846 added WebKitAnimation/WebKitAnimationList
* platform/chromium/fast/dom/prototype-inheritance-expected.txt:
2011-03-11 David Levin <levin@chromium.org>
Update some baselines due to Skia update in Chromium.
......@@ -613,8 +613,12 @@ PASS inner.UIEvent.isInner is true
PASS inner.UIEvent.constructor.isInner is true
PASS inner.URIError.isInner is true
PASS inner.URIError.constructor.isInner is true
PASS inner.WebKitAnimation.isInner is true
PASS inner.WebKitAnimation.constructor.isInner is true
PASS inner.WebKitAnimationEvent.isInner is true
PASS inner.WebKitAnimationEvent.constructor.isInner is true
PASS inner.WebKitAnimationList.isInner is true
PASS inner.WebKitAnimationList.constructor.isInner is true
PASS inner.WebKitCSSKeyframeRule.isInner is true
PASS inner.WebKitCSSKeyframeRule.constructor.isInner is true
PASS inner.WebKitCSSKeyframesRule.isInner is true
......@@ -713,8 +717,6 @@ PASS inner.getMatchedCSSRules.isInner is true
PASS inner.getMatchedCSSRules.constructor.isInner is true
PASS inner.getSelection.isInner is true
PASS inner.getSelection.constructor.isInner is true
PASS inner.google.isInner is true
PASS inner.google.constructor.isInner is true
FAIL inner.history.isInner should be true. Was false.
FAIL inner.history.constructor.isInner should be true. Was false.
PASS inner.isFinite.isInner is true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment