* platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/win/fast/dom/prototype-inheritance-2-expected.txt:
* platform/win/fast/dom/prototype-inheritance-expected.txt:
* platform/win/fast/js/global-constructors-expected.txt:
* platform/win/html5lib/runner-expected.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68784
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-09-30 Adam Roben <aroben@apple.com>
+
+ Rebaseline Windows results for recent-ish changes
+
+ * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/win/fast/dom/prototype-inheritance-expected.txt:
+ * platform/win/fast/js/global-constructors-expected.txt:
+ * platform/win/html5lib/runner-expected.txt:
+
2010-09-29 W. James MacLean <wjmaclean@chromium.org>
Reviewed by James Robinson.
position: static;
resize: none;
right: auto;
+speak: normal;
table-layout: auto;
text-align: -webkit-auto;
text-decoration: none;
-webkit-highlight: none;
-webkit-line-break: normal;
-webkit-line-clamp: none;
--webkit-margin-bottom-collapse: collapse;
--webkit-margin-top-collapse: collapse;
+-webkit-margin-before-collapse: collapse;
+-webkit-margin-after-collapse: collapse;
-webkit-marquee-direction: auto;
-webkit-marquee-increment: 6px;
-webkit-marquee-repetition: infinite;
position: static
resize: none
right: auto
+ speak: normal
table-layout: auto
text-align: -webkit-auto
text-decoration: none
-webkit-highlight: none
-webkit-line-break: normal
-webkit-line-clamp: none
- -webkit-margin-bottom-collapse: collapse
- -webkit-margin-top-collapse: collapse
+ -webkit-margin-before-collapse: collapse
+ -webkit-margin-after-collapse: collapse
-webkit-marquee-direction: auto
-webkit-marquee-increment: 6px
-webkit-marquee-repetition: infinite
PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMParser') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMStringList') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMStringMap') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMTokenList') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'Date') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'Document') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'DocumentFragment') is 'object'
PASS DOMStringMap from inner.document.forms.testForm.0.dataset
PASS DOMStringMapConstructor from inner.document.forms.testForm.0.dataset.constructor
PASS DOMStringMapPrototype from inner.document.forms.testForm.0.dataset.__proto__
+PASS DOMTokenList from inner.document.forms.testForm.0.0.classList
+PASS DOMTokenListConstructor from inner.document.forms.testForm.0.classList.constructor
+PASS DOMTokenListPrototype from inner.document.forms.testForm.0.0.classList.__proto__
PASS DOMWindow from inner
PASS DOMWindowPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.__proto__
PASS DocumentPrototype from inner.document.forms.testForm.0.ownerDocument.__proto__.__proto__
PASS ElementPrototype from inner.document.forms.testForm.0.__proto__.__proto__.__proto__
-FAIL Function from inner.document.location.pathname.constructor
+FAIL Function from inner.document.location.protocol.constructor
PASS HTMLAnchorElement from inner.document.forms.testForm.0.parentNode.firstElementChild
PASS HTMLAnchorElementConstructor from inner.document.forms.testForm.0.parentNode.firstElementChild.constructor
PASS HTMLAnchorElementPrototype from inner.document.forms.testForm.0.parentNode.firstElementChild.__proto__
PASS Storage from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage
PASS StorageConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage.constructor
PASS StoragePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage.__proto__
-FAIL String from inner.document.location.pathname
+FAIL String from inner.document.location.protocol
PASS StyleMedia from inner.document.forms.testForm.0.ownerDocument.defaultView.styleMedia
PASS StyleMediaConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.styleMedia.constructor
PASS StyleMediaPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.styleMedia.__proto__
PASS inner.DOMStringList.constructor.isInner is true
PASS inner.DOMStringMap.isInner is true
PASS inner.DOMStringMap.constructor.isInner is true
+PASS inner.DOMTokenList.isInner is true
+PASS inner.DOMTokenList.constructor.isInner is true
PASS inner.Date.isInner is true
PASS inner.Date.constructor.isInner is true
PASS inner.Document.isInner is true
PASS DOMParser.toString() is '[object DOMParserConstructor]'
PASS DOMStringList.toString() is '[object DOMStringListConstructor]'
PASS DOMStringMap.toString() is '[object DOMStringMapConstructor]'
+PASS DOMTokenList.toString() is '[object DOMTokenListConstructor]'
PASS Document.toString() is '[object DocumentConstructor]'
PASS DocumentFragment.toString() is '[object DocumentFragmentConstructor]'
PASS DocumentType.toString() is '[object DocumentTypeConstructor]'
CONSOLE MESSAGE: line 1: SyntaxError: Parse error
CONSOLE MESSAGE: line 2: PASS
CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
+resources/pending-spec-changes-plain-text-unsafe.dat: PASS
+
+resources/pending-spec-changes.dat:
+3
+4
+
+Test 3 of 4 in resources/pending-spec-changes.dat failed. Input:
+<svg><![CDATA[]]
+Got:
+| <html>
+| <head>
+| <body>
+| <svg svg>
+| "]]"
+Expected:
+| <html>
+| <head>
+| <body>
+| <svg svg>
+
+Test 4 of 4 in resources/pending-spec-changes.dat failed. Input:
+<svg><![CDATA[]
+Got:
+| <html>
+| <head>
+| <body>
+| <svg svg>
+| "]"
+Expected:
+| <html>
+| <head>
+| <body>
+| <svg svg>
+resources/plain-text-unsafe.dat: PASS
+
resources/tests1.dat: PASS
resources/tests2.dat: PASS
resources/tests9.dat: PASS
resources/tests10.dat:
-35
-48
-49
+38
+51
+52
-Test 35 of 49 in resources/tests10.dat failed. Input:
+Test 38 of 52 in resources/tests10.dat failed. Input:
<svg><script></script><path>
Got:
| <html>
| <svg script>
| <svg path>
-Test 48 of 49 in resources/tests10.dat failed. Input:
+Test 51 of 52 in resources/tests10.dat failed. Input:
<math><annotation-xml><svg><foreignObject><div><math><mi></mi></math><span></span></div></foreignObject><path></path></svg></annotation-xml><mi>
Got:
| <html>
| <svg path>
| <math mi>
-Test 49 of 49 in resources/tests10.dat failed. Input:
+Test 52 of 52 in resources/tests10.dat failed. Input:
<math><annotation-xml><svg><foreignObject><math><mi><svg></svg></mi><mo></mo></math><span></span></foreignObject><path></path></svg></annotation-xml><mi>
Got:
| <html>
resources/entities02.dat: PASS
-resources/comments01.dat:
-3
-6
+resources/comments01.dat: PASS
-Test 3 of 13 in resources/comments01.dat failed. Input:
-FOO<!-- BAR -- >BAZ
-Got:
-| <html>
-| <head>
-| <body>
-| "FOO"
-| <!-- BAR -- >BAZ -->
-Expected:
-| <html>
-| <head>
-| <body>
-| "FOO"
-| <!-- BAR -- -->
-| "BAZ"
-
-Test 6 of 13 in resources/comments01.dat failed. Input:
-FOO<!-- BAR -- <QUX> -- MUX -- >BAZ
-Got:
-| <html>
-| <head>
-| <body>
-| "FOO"
-| <!-- BAR -- <QUX> -- MUX -- >BAZ -->
-Expected:
-| <html>
-| <head>
-| <body>
-| "FOO"
-| <!-- BAR -- <QUX> -- MUX -- -->
-| "BAZ"
resources/adoption01.dat: PASS
resources/adoption02.dat: