Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt

Issue 7273022: Merge 89782 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt
===================================================================
--- LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt (revision 89891)
+++ LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt (working copy)
@@ -713,16 +713,16 @@
PASS inner.getMatchedCSSRules.constructor.isInner is true
PASS inner.getSelection.isInner is true
PASS inner.getSelection.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.history.isInner is true
+PASS inner.history.constructor.isInner is true
PASS inner.isFinite.isInner is true
PASS inner.isFinite.constructor.isInner is true
PASS inner.isNaN.isInner is true
PASS inner.isNaN.constructor.isInner is true
FAIL inner.localStorage.isInner should be true. Was false.
FAIL inner.localStorage.constructor.isInner should be true. Was false.
-FAIL inner.location.isInner should be true. Was false.
-FAIL inner.location.constructor.isInner should be true. Was false.
+PASS inner.location.isInner is true
+PASS inner.location.constructor.isInner is true
FAIL inner.locationbar.isInner should be true. Was false.
FAIL inner.locationbar.constructor.isInner should be true. Was false.
PASS inner.matchMedia.isInner is true

Powered by Google App Engine
This is Rietveld 408576698