[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
ossy at webkit.org
ossy at webkit.org
Wed Jan 6 00:11:59 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 5ba5a645f7faa1bfb0fe9d6744202687a4587bdb
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Dec 30 09:20:04 2009 +0000
Rubber-stamped by Simon Hausmann.
[Qt] DataGrid support turned off by r52648. Expected files updated.
* platform/qt/fast/dom/Window/window-properties-expected.txt: updated.
* platform/qt/fast/dom/prototype-inheritance-expected.txt: updated.
* platform/qt/fast/js/global-constructors-expected.txt: updated.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52650 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 41fd404..c910c77 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2009-12-30 Csaba Osztrogonác <ossy at webkit.org>
+
+ Rubber-stamped by Simon Hausmann.
+
+ [Qt] DataGrid support turned off by r52648. Expected files updated.
+
+ * platform/qt/fast/dom/Window/window-properties-expected.txt: updated.
+ * platform/qt/fast/dom/prototype-inheritance-expected.txt: updated.
+ * platform/qt/fast/js/global-constructors-expected.txt: updated.
+
2009-12-30 Dirk Schulze <krit at webkit.org>
Unreviewed test result fix.
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
index 78bd870..df7af42 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/qt/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/platform/qt/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
index 8e6aecf..7a9b3d7 100644
--- a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/qt/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/platform/qt/fast/js/global-constructors-expected.txt b/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
index 9d66dce..3fc2b26 100644
--- a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/qt/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