[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
kov at webkit.org
kov at webkit.org
Wed Mar 17 18:27:52 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 249ec9029f93852d7cb56f4a30de5cfc0f8696aa
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Mar 8 13:16:12 2010 +0000
2010-03-08 Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
Unreviewed. Rebaseline two tests that had their expected results
changed.
* platform/gtk/inspector/timeline-network-resource-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55660 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 938d3b9..bce07c6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-08 Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
+
+ Unreviewed. Rebaseline two tests that had their expected results
+ changed.
+
+ * platform/gtk/inspector/timeline-network-resource-expected.txt:
+ * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
+
2010-03-07 Kent Tamura <tkent at chromium.org>
Reviewed by Eric Seidel.
diff --git a/LayoutTests/platform/gtk/inspector/timeline-network-resource-expected.txt b/LayoutTests/platform/gtk/inspector/timeline-network-resource-expected.txt
index bdef8f1..60a1414 100644
--- a/LayoutTests/platform/gtk/inspector/timeline-network-resource-expected.txt
+++ b/LayoutTests/platform/gtk/inspector/timeline-network-resource-expected.txt
@@ -18,6 +18,7 @@ ResourceReceiveResponse Properties:
+- statusCode : 0
+- mimeType : application/javascript
+- expectedContentLength : 210
++- url : * DEFINED *
+ }
+ type : 13
@@ -26,6 +27,7 @@ ResourceFinish Properties:
+ data : {
+- identifier : * DEFINED *
+- didFail : false
++- url : * DEFINED *
+ }
+ type : 14
Script resource loaded
diff --git a/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
index 08a90bd..f777c4e 100644
--- a/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
@@ -190,6 +190,8 @@ rect: style.getPropertyValue(-webkit-animation-direction) : normal
rect: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueList]
rect: style.getPropertyValue(-webkit-animation-duration) : 0s
rect: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueList]
+rect: style.getPropertyValue(-webkit-animation-fill-mode) : none
+rect: style.getPropertyCSSValue(-webkit-animation-fill-mode) : [object CSSValueList]
rect: style.getPropertyValue(-webkit-animation-iteration-count) : 1
rect: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSSValueList]
rect: style.getPropertyValue(-webkit-animation-name) : none
@@ -602,6 +604,8 @@ g: style.getPropertyValue(-webkit-animation-direction) : normal
g: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueList]
g: style.getPropertyValue(-webkit-animation-duration) : 0s
g: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueList]
+g: style.getPropertyValue(-webkit-animation-fill-mode) : none
+g: style.getPropertyCSSValue(-webkit-animation-fill-mode) : [object CSSValueList]
g: style.getPropertyValue(-webkit-animation-iteration-count) : 1
g: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSSValueList]
g: style.getPropertyValue(-webkit-animation-name) : none
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list