Title: [98202] trunk/LayoutTests
- Revision
- 98202
- Author
- [email protected]
- Date
- 2011-10-23 11:01:01 -0700 (Sun, 23 Oct 2011)
Log Message
Not reviewed.
Updated two test results I missed in my last check-in.
These tests depended on non-deterministic effects of hash order, so I
had to update them:
* http/tests/inspector/search/search-in-resources-expected.txt:
* platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (98201 => 98202)
--- trunk/LayoutTests/ChangeLog 2011-10-23 07:34:08 UTC (rev 98201)
+++ trunk/LayoutTests/ChangeLog 2011-10-23 18:01:01 UTC (rev 98202)
@@ -1,3 +1,15 @@
+2011-10-23 Geoffrey Garen <[email protected]>
+
+ Not reviewed.
+
+ Updated two test results I missed in my last check-in.
+
+ These tests depended on non-deterministic effects of hash order, so I
+ had to update them:
+
+ * http/tests/inspector/search/search-in-resources-expected.txt:
+ * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
+
2011-10-23 Kaustubh Atrawalkar <[email protected]>
[GTK] Implement KeyDown function for WebKit2 EventSender.
Modified: trunk/LayoutTests/http/tests/inspector/search/search-in-resources-expected.txt (98201 => 98202)
--- trunk/LayoutTests/http/tests/inspector/search/search-in-resources-expected.txt 2011-10-23 07:34:08 UTC (rev 98201)
+++ trunk/LayoutTests/http/tests/inspector/search/search-in-resources-expected.txt 2011-10-23 18:01:01 UTC (rev 98202)
@@ -3,26 +3,26 @@
Bug 61205
Case insensitive, non regex:
Search results:
+url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 5
url: http://127.0.0.1:8000/inspector/search/resources/search.css, matchesCount: 3
-url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 5
url: http://127.0.0.1:8000/inspector/search/resources/search.html, matchesCount: 3
Case sensitive, non regex:
Search results:
+url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 4
url: http://127.0.0.1:8000/inspector/search/resources/search.css, matchesCount: 3
-url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 4
url: http://127.0.0.1:8000/inspector/search/resources/search.html, matchesCount: 3
Case insensitive, regex:
Search results:
+url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 5
url: http://127.0.0.1:8000/inspector/search/resources/search.css, matchesCount: 3
-url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 5
url: http://127.0.0.1:8000/inspector/search/resources/search.html, matchesCount: 3
Case sensitive, regex:
Search results:
+url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 4
url: http://127.0.0.1:8000/inspector/search/resources/search.css, matchesCount: 3
-url: http://127.0.0.1:8000/inspector/search/resources/search.js, matchesCount: 4
url: http://127.0.0.1:8000/inspector/search/resources/search.html, matchesCount: 3
Modified: trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt (98201 => 98202)
--- trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt 2011-10-23 07:34:08 UTC (rev 98201)
+++ trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt 2011-10-23 18:01:01 UTC (rev 98202)
@@ -168,26 +168,26 @@
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.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 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 NamedNodeMap from inner.document.forms.testForm.0.parentNode.attributes
-PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation
-PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.__proto__
+PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator
+PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.navigator.__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.attributes.0.__proto__.__proto__
+PASS NodePrototype from inner.document.forms.testForm.0.ownerDocument.__proto__.__proto__.__proto__
PASS Object from inner.document.location.__proto__.__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 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 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 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.played
-PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.played.constructor
-PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.played.__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 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
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes