[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

aroben at apple.com aroben at apple.com
Wed Dec 22 15:17:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7e4cd7a400d3e423d2c499bdadfe41de771931fb
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 29 22:23:58 2010 +0000

    Update test results for the presence of HTMLMeterElement
    
    * 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70938 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4fccd91..94b9517 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-29  Adam Roben  <aroben at apple.com>
 
+        Update test results for the presence of HTMLMeterElement
+
+        * 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:
+
+2010-10-29  Adam Roben  <aroben at apple.com>
+
         Stop skipping HTMLMeterElement tests on Windows and check in results
         for them
 
diff --git a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
index f5b4545..7aa1b0a 100644
--- a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
@@ -98,6 +98,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMarqueeElement') is 'ob
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMediaElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMenuElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMetaElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMeterElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLModElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLOListElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLObjectElement') is 'object'
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 16a2783..ed09f31 100644
--- a/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
@@ -262,6 +262,7 @@ Never found HTMLMarqueeElement
 Never found HTMLMediaElement
 Never found HTMLMenuElement
 Never found HTMLMetaElement
+Never found HTMLMeterElement
 Never found HTMLModElement
 Never found HTMLOListElement
 Never found HTMLObjectElement
diff --git a/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
index 1854419..ec99848 100644
--- a/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
@@ -193,6 +193,8 @@ PASS inner.HTMLMenuElement.isInner is true
 PASS inner.HTMLMenuElement.constructor.isInner is true
 PASS inner.HTMLMetaElement.isInner is true
 PASS inner.HTMLMetaElement.constructor.isInner is true
+PASS inner.HTMLMeterElement.isInner is true
+PASS inner.HTMLMeterElement.constructor.isInner is true
 PASS inner.HTMLModElement.isInner is true
 PASS inner.HTMLModElement.constructor.isInner is true
 PASS inner.HTMLOListElement.isInner is true
diff --git a/LayoutTests/platform/win/fast/js/global-constructors-expected.txt b/LayoutTests/platform/win/fast/js/global-constructors-expected.txt
index d8b4732..a94f69c 100644
--- a/LayoutTests/platform/win/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/win/fast/js/global-constructors-expected.txt
@@ -92,6 +92,7 @@ PASS HTMLMarqueeElement.toString() is '[object HTMLMarqueeElementConstructor]'
 PASS HTMLMediaElement.toString() is '[object HTMLMediaElementConstructor]'
 PASS HTMLMenuElement.toString() is '[object HTMLMenuElementConstructor]'
 PASS HTMLMetaElement.toString() is '[object HTMLMetaElementConstructor]'
+PASS HTMLMeterElement.toString() is '[object HTMLMeterElementConstructor]'
 PASS HTMLModElement.toString() is '[object HTMLModElementConstructor]'
 PASS HTMLOListElement.toString() is '[object HTMLOListElementConstructor]'
 PASS HTMLObjectElement.toString() is '[object HTMLObjectElementConstructor]'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list