[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

darin at apple.com darin at apple.com
Thu Apr 8 00:47:15 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 7dcf952c4d2a045d39129569f5e56581106fcf37
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 23 01:20:29 2009 +0000

    Removed DataGrid from results.
    
    * fast/dom/Window/window-properties-expected.txt: Removed DataGrid classes.
    * fast/dom/prototype-inheritance-2-expected.txt: Ditto.
    * fast/dom/prototype-inheritance-expected.txt: Ditto.
    * fast/js/global-constructors-expected.txt: Ditto.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52513 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b78d269..9d37d03 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,14 @@
 2009-12-22  Darin Adler  <darin at apple.com>
 
+        Removed DataGrid from results.
+
+        * fast/dom/Window/window-properties-expected.txt: Removed DataGrid classes.
+        * fast/dom/prototype-inheritance-2-expected.txt: Ditto.
+        * fast/dom/prototype-inheritance-expected.txt: Ditto.
+        * fast/js/global-constructors-expected.txt: Ditto.
+
+2009-12-22  Darin Adler  <darin at apple.com>
+
         Disabled DataGrid tests.
 
         * fast/dom/HTMLDataGridElement/DataGridColumns-basic.html: Removed.
diff --git a/LayoutTests/fast/dom/Window/window-properties-expected.txt b/LayoutTests/fast/dom/Window/window-properties-expected.txt
index 3bc67c9..1000a0d 100644
--- a/LayoutTests/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-expected.txt
@@ -934,12 +934,6 @@ window.HTMLCollection.prototype.item [function]
 window.HTMLCollection.prototype.namedItem [function]
 window.HTMLDListElement [object HTMLDListElementConstructor]
 window.HTMLDListElement.prototype [printed above as window.Element.prototype]
-window.HTMLDataGridCellElement [object HTMLDataGridCellElementConstructor]
-window.HTMLDataGridCellElement.prototype [printed above as window.Element.prototype]
-window.HTMLDataGridColElement [object HTMLDataGridColElementConstructor]
-window.HTMLDataGridColElement.prototype [printed above as window.Element.prototype]
-window.HTMLDataGridElement [object HTMLDataGridElementConstructor]
-window.HTMLDataGridElement.prototype [printed above as window.Element.prototype]
 window.HTMLDirectoryElement [object HTMLDirectoryElementConstructor]
 window.HTMLDirectoryElement.prototype [printed above as window.Element.prototype]
 window.HTMLDivElement [object HTMLDivElementConstructor]
diff --git a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
index d07830a..fd22b82 100644
--- a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
+++ b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
@@ -224,9 +224,6 @@ Never found HTMLAllCollection
 Never found HTMLBaseElement
 Never found HTMLBaseFontElement
 Never found HTMLBlockquoteElement
-Never found HTMLDataGridCellElement
-Never found HTMLDataGridColElement
-Never found HTMLDataGridElement
 Never found HTMLDirectoryElement
 Never found HTMLDivElement
 Never found HTMLEmbedElement
diff --git a/LayoutTests/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/fast/dom/prototype-inheritance-expected.txt
index 916cd7f..4fec7cc 100644
--- a/LayoutTests/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/fast/dom/prototype-inheritance-expected.txt
@@ -113,12 +113,6 @@ PASS inner.HTMLCollection.isInner is true
 PASS inner.HTMLCollection.constructor.isInner is true
 PASS inner.HTMLDListElement.isInner is true
 PASS inner.HTMLDListElement.constructor.isInner is true
-PASS inner.HTMLDataGridCellElement.isInner is true
-PASS inner.HTMLDataGridCellElement.constructor.isInner is true
-PASS inner.HTMLDataGridColElement.isInner is true
-PASS inner.HTMLDataGridColElement.constructor.isInner is true
-PASS inner.HTMLDataGridElement.isInner is true
-PASS inner.HTMLDataGridElement.constructor.isInner is true
 PASS inner.HTMLDirectoryElement.isInner is true
 PASS inner.HTMLDirectoryElement.constructor.isInner is true
 PASS inner.HTMLDivElement.isInner is true
diff --git a/LayoutTests/fast/js/global-constructors-expected.txt b/LayoutTests/fast/js/global-constructors-expected.txt
index c043492..e108d72 100644
--- a/LayoutTests/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/fast/js/global-constructors-expected.txt
@@ -56,9 +56,6 @@ PASS HTMLButtonElement.toString() is '[object HTMLButtonElementConstructor]'
 PASS HTMLCanvasElement.toString() is '[object HTMLCanvasElementConstructor]'
 PASS HTMLCollection.toString() is '[object HTMLCollectionConstructor]'
 PASS HTMLDListElement.toString() is '[object HTMLDListElementConstructor]'
-PASS HTMLDataGridCellElement.toString() is '[object HTMLDataGridCellElementConstructor]'
-PASS HTMLDataGridColElement.toString() is '[object HTMLDataGridColElementConstructor]'
-PASS HTMLDataGridElement.toString() is '[object HTMLDataGridElementConstructor]'
 PASS HTMLDirectoryElement.toString() is '[object HTMLDirectoryElementConstructor]'
 PASS HTMLDivElement.toString() is '[object HTMLDivElementConstructor]'
 PASS HTMLDocument.toString() is '[object HTMLDocumentConstructor]'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list