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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:47:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0aa3fbc007adc143b4d682328b14e40ed4c77a84
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 27 08:25:35 2010 +0000

    2010-09-27  James Kozianski  <koz at chromium.org>
    
            Reviewed by Adam Barth.
    
            [Chromium] fast/dom/anchor-origin.html failing since r68354
            https://bugs.webkit.org/show_bug.cgi?id=46597
    
            Adding expectations needed for Chrome due to URL parsing differences
            between KURL and GURL. Once a spec for URL parsing is defined we can
            update these expectations to conform to it.
    
            * platform/chromium/fast/dom/anchor-origin-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68376 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c04b2b1..d87de9a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-27  James Kozianski  <koz at chromium.org>
+
+        Reviewed by Adam Barth.
+
+        [Chromium] fast/dom/anchor-origin.html failing since r68354
+        https://bugs.webkit.org/show_bug.cgi?id=46597
+
+        Adding expectations needed for Chrome due to URL parsing differences
+        between KURL and GURL. Once a spec for URL parsing is defined we can
+        update these expectations to conform to it.
+
+        * platform/chromium/fast/dom/anchor-origin-expected.txt: Added.
+
 2010-09-26  Jenn Braithwaite  <jennb at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/platform/chromium/fast/dom/anchor-origin-expected.txt b/LayoutTests/platform/chromium/fast/dom/anchor-origin-expected.txt
new file mode 100644
index 0000000..f748895
--- /dev/null
+++ b/LayoutTests/platform/chromium/fast/dom/anchor-origin-expected.txt
@@ -0,0 +1,12 @@
+Link
+Link
+Link
+Link
+Link
+Link
+http://example.com/foo/bar => http://example.com
+http://example.com/foo/bar => http://example.com
+https://example.com/ttt?ggg => https://example.com
+ftp://example.com/ttt?ggg => ftp://example.com
+file:///home/abarth => file://
+data:text/html,foo => null
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 0c4ca61..278ab78 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3139,6 +3139,3 @@ BUGWK46557 : animations/opacity-transform-animation.html = IMAGE
 // nodesFromRect() removed from Document.idl and test skipped on other platforms at r68345.
 BUGWK46596 : fast/dom/nodesFromRect-basic.html = TIMEOUT
 
-// started failing at r68354 due to URL parsing differences.
-BUGWK46597 : fast/dom/anchor-origin.html = TEXT
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list