From 31194decf740887716dd5254ef2d796180001373 Mon Sep 17 00:00:00 2001 From: "msaboff@apple.com" Date: Fri, 28 Oct 2011 05:22:35 +0000 Subject: [PATCH] Test Failure in fast/dom/prototype-inheritance-2.html after r98495 https://bugs.webkit.org/show_bug.cgi?id=71058 Rebaselined these results due to hash order changes in r98495. Reviewed by Darin Adler. * fast/dom/prototype-inheritance-2-expected.txt: * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: * platform/win/fast/dom/prototype-inheritance-2-expected.txt: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@98691 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 14 +++++++++ .../fast/dom/prototype-inheritance-2-expected.txt | 36 +++++++++++----------- .../fast/dom/prototype-inheritance-2-expected.txt | 36 +++++++++++----------- .../fast/dom/prototype-inheritance-2-expected.txt | 36 +++++++++++----------- .../fast/dom/prototype-inheritance-2-expected.txt | 36 +++++++++++----------- 5 files changed, 86 insertions(+), 72 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 1f1bfd6..35ecbcd 100755 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,17 @@ +2011-10-27 Michael Saboff + + Test Failure in fast/dom/prototype-inheritance-2.html after r98495 + https://bugs.webkit.org/show_bug.cgi?id=71058 + + Rebaselined these results due to hash order changes in r98495. + + Reviewed by Darin Adler. + + * fast/dom/prototype-inheritance-2-expected.txt: + * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: + * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: + * platform/win/fast/dom/prototype-inheritance-2-expected.txt: + 2011-10-27 Ryosuke Niwa Remove erroneous expected results after r98685. diff --git a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt index e5e7a0f..40468e1 100644 --- a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt +++ b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt @@ -168,26 +168,26 @@ PASS MediaListConstructor from inner.document.forms.testForm.0.ownerDocument.sty PASS MediaListPrototype from inner.document.forms.testForm.0.ownerDocument.styleSheets.0.media.__proto__ PASS MemoryInfo from inner.document.forms.testForm.0.ownerDocument.defaultView.console.memory PASS MemoryInfoPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.console.memory.__proto__ -PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0 -PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes -PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.constructor -PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.__proto__ -PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.constructor -PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.__proto__ +PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0 +PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes +PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.constructor +PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.__proto__ +PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.constructor +PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.__proto__ PASS NamedNodeMap from inner.document.forms.testForm.0.parentNode.attributes -PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator -PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.__proto__ +PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation +PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.__proto__ PASS NodeList from inner.document.forms.testForm PASS NodeListConstructor from inner.document.forms.testForm.constructor PASS NodeListPrototype from inner.document.forms.testForm.__proto__ -PASS NodePrototype from inner.document.forms.testForm.0.ownerDocument.__proto__.__proto__.__proto__ +PASS NodePrototype from inner.document.forms.testForm.0.attributes.0.__proto__.__proto__ PASS Object from inner.document.location.__proto__.__proto__ -PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.5 -PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins -PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.constructor -PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.__proto__ -PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.0.constructor -PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.5.__proto__ +PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin +PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins +PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.constructor +PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.__proto__ +PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.0.constructor +PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin.__proto__ PASS RGBColor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor PASS RGBColorConstructor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.constructor PASS RGBColorPrototype from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.__proto__ @@ -213,9 +213,9 @@ PASS StyleSheetPrototype from inner.document.forms.testForm.0.ownerDocument.styl PASS Text from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.firstChild PASS TextConstructor from inner.document.forms.testForm.0.attributes.0.lastChild.constructor PASS TextPrototype from inner.document.forms.testForm.0.attributes.0.lastChild.__proto__ -PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.seekable -PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.seekable.constructor -PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.seekable.__proto__ +PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.played +PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.played.constructor +PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.played.__proto__ PASS ValidityState from inner.document.forms.testForm.0.0.validity PASS ValidityStatePrototype from inner.document.forms.testForm.0.0.validity.__proto__ PASS WebKitCSSKeyframeRule from inner.document.getElementById("dummyStyle").sheet.cssRules.6.0 diff --git a/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt index e5e7a0f..40468e1 100644 --- a/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt +++ b/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt @@ -168,26 +168,26 @@ PASS MediaListConstructor from inner.document.forms.testForm.0.ownerDocument.sty PASS MediaListPrototype from inner.document.forms.testForm.0.ownerDocument.styleSheets.0.media.__proto__ PASS MemoryInfo from inner.document.forms.testForm.0.ownerDocument.defaultView.console.memory PASS MemoryInfoPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.console.memory.__proto__ -PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0 -PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes -PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.constructor -PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.__proto__ -PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.constructor -PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.__proto__ +PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0 +PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes +PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.constructor +PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.__proto__ +PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.constructor +PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.__proto__ PASS NamedNodeMap from inner.document.forms.testForm.0.parentNode.attributes -PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator -PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.__proto__ +PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation +PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.__proto__ PASS NodeList from inner.document.forms.testForm PASS NodeListConstructor from inner.document.forms.testForm.constructor PASS NodeListPrototype from inner.document.forms.testForm.__proto__ -PASS NodePrototype from inner.document.forms.testForm.0.ownerDocument.__proto__.__proto__.__proto__ +PASS NodePrototype from inner.document.forms.testForm.0.attributes.0.__proto__.__proto__ PASS Object from inner.document.location.__proto__.__proto__ -PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.5 -PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins -PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.constructor -PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.__proto__ -PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.0.constructor -PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.5.__proto__ +PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin +PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins +PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.constructor +PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.__proto__ +PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.0.constructor +PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin.__proto__ PASS RGBColor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor PASS RGBColorConstructor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.constructor PASS RGBColorPrototype from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.__proto__ @@ -213,9 +213,9 @@ PASS StyleSheetPrototype from inner.document.forms.testForm.0.ownerDocument.styl PASS Text from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.firstChild PASS TextConstructor from inner.document.forms.testForm.0.attributes.0.lastChild.constructor PASS TextPrototype from inner.document.forms.testForm.0.attributes.0.lastChild.__proto__ -PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.seekable -PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.seekable.constructor -PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.seekable.__proto__ +PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.played +PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.played.constructor +PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.played.__proto__ PASS ValidityState from inner.document.forms.testForm.0.0.validity PASS ValidityStatePrototype from inner.document.forms.testForm.0.0.validity.__proto__ PASS WebKitCSSKeyframeRule from inner.document.getElementById("dummyStyle").sheet.cssRules.6.0 diff --git a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt index ab13545..71d93ad 100644 --- a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt +++ b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt @@ -168,19 +168,19 @@ PASS MediaListConstructor from inner.document.forms.testForm.0.ownerDocument.sty PASS MediaListPrototype from inner.document.forms.testForm.0.ownerDocument.styleSheets.0.media.__proto__ PASS MemoryInfo from inner.document.forms.testForm.0.ownerDocument.defaultView.performance.memory PASS MemoryInfoPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.performance.memory.__proto__ -PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0 -PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes -PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.constructor -PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.__proto__ -PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.constructor -PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.__proto__ +PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0 +PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes +PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.constructor +PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.__proto__ +PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.constructor +PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.__proto__ PASS NamedNodeMap from inner.document.forms.testForm.0.parentNode.attributes -PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator -PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.__proto__ +PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation +PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.__proto__ PASS NodeList from inner.document.forms.testForm PASS NodeListConstructor from inner.document.forms.testForm.constructor PASS NodeListPrototype from inner.document.forms.testForm.__proto__ -PASS NodePrototype from inner.document.forms.testForm.0.ownerDocument.__proto__.__proto__.__proto__ +PASS NodePrototype from inner.document.forms.testForm.0.attributes.0.__proto__.__proto__ PASS NotificationCenter from inner.document.forms.testForm.0.ownerDocument.defaultView.webkitNotifications PASS NotificationCenterPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.webkitNotifications.__proto__ PASS Object from inner.document.location.__proto__.__proto__ @@ -190,12 +190,12 @@ PASS PerformanceNavigationPrototype from inner.document.forms.testForm.0.ownerDo PASS PerformancePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.performance.__proto__ PASS PerformanceTiming from inner.document.forms.testForm.0.ownerDocument.defaultView.performance.timing PASS PerformanceTimingPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.performance.timing.__proto__ -PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.1 -PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins -PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.constructor -PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.__proto__ -PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.0.constructor -PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.1.__proto__ +PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin +PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins +PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.constructor +PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.__proto__ +PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.0.constructor +PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin.__proto__ PASS RGBColor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor PASS RGBColorConstructor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.constructor PASS RGBColorPrototype from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.__proto__ @@ -221,9 +221,9 @@ PASS StyleSheetPrototype from inner.document.forms.testForm.0.ownerDocument.styl PASS Text from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.firstChild PASS TextConstructor from inner.document.forms.testForm.0.attributes.0.lastChild.constructor PASS TextPrototype from inner.document.forms.testForm.0.attributes.0.lastChild.__proto__ -PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.seekable -PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.seekable.constructor -PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.seekable.__proto__ +PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.played +PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.played.constructor +PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.played.__proto__ PASS ValidityState from inner.document.forms.testForm.0.0.validity PASS ValidityStatePrototype from inner.document.forms.testForm.0.0.validity.__proto__ PASS WebKitCSSKeyframeRule from inner.document.getElementById("dummyStyle").sheet.cssRules.6.0 diff --git a/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt index f29ff95..8db2b24 100644 --- a/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt +++ b/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt @@ -168,26 +168,26 @@ PASS MediaListConstructor from inner.document.forms.testForm.0.ownerDocument.sty PASS MediaListPrototype from inner.document.forms.testForm.0.ownerDocument.styleSheets.0.media.__proto__ PASS MemoryInfo from inner.document.forms.testForm.0.ownerDocument.defaultView.console.memory PASS MemoryInfoPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.console.memory.__proto__ -PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0 -PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes -PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.constructor -PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.__proto__ -PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.constructor -PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.mimeTypes.0.__proto__ +PASS MimeType from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0 +PASS MimeTypeArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes +PASS MimeTypeArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.constructor +PASS MimeTypeArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.__proto__ +PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.constructor +PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.__proto__ PASS NamedNodeMap from inner.document.forms.testForm.0.parentNode.attributes -PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator -PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.__proto__ +PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation +PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.__proto__ PASS NodeList from inner.document.forms.testForm PASS NodeListConstructor from inner.document.forms.testForm.constructor PASS NodeListPrototype from inner.document.forms.testForm.__proto__ -PASS NodePrototype from inner.document.forms.testForm.0.ownerDocument.__proto__.__proto__.__proto__ +PASS NodePrototype from inner.document.forms.testForm.0.attributes.0.__proto__.__proto__ PASS Object from inner.document.location.__proto__.__proto__ -PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.8 -PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins -PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.constructor -PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.__proto__ -PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.0.constructor -PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.plugins.8.__proto__ +PASS Plugin from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin +PASS PluginArray from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins +PASS PluginArrayConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.constructor +PASS PluginArrayPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.__proto__ +PASS PluginConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.plugins.0.constructor +PASS PluginPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.enabledPlugin.__proto__ PASS RGBColor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor PASS RGBColorConstructor from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.constructor PASS RGBColorPrototype from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).rgbColor.__proto__ @@ -213,9 +213,9 @@ PASS StyleSheetPrototype from inner.document.forms.testForm.0.ownerDocument.styl PASS Text from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.firstChild PASS TextConstructor from inner.document.forms.testForm.0.attributes.0.lastChild.constructor PASS TextPrototype from inner.document.forms.testForm.0.attributes.0.lastChild.__proto__ -PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.seekable -PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.seekable.constructor -PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.seekable.__proto__ +PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.played +PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.played.constructor +PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.played.__proto__ PASS ValidityState from inner.document.forms.testForm.0.0.validity PASS ValidityStatePrototype from inner.document.forms.testForm.0.0.validity.__proto__ PASS WebKitCSSKeyframeRule from inner.document.getElementById("dummyStyle").sheet.cssRules.6.0 -- 1.8.3.1