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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 11:24:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bfd9948983ceb91d2a1995384250878e60794647
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 21 22:46:47 2010 +0000

    2010-07-21  Adam Barth  <abarth at webkit.org>
    
            Skip html5lib/runner.html on these platforms because the
            <keygen> element creates a different DOM.  I need to
            investigate why they're getting a different DOM, but I don't
            have time to do that right now.
    
            * platform/gtk/Skipped:
            * platform/qt/Skipped:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63860 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 048d896..b8f5d63 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
 2010-07-21  Adam Barth  <abarth at webkit.org>
 
+        Skip html5lib/runner.html on these platforms because the
+        <keygen> element creates a different DOM.  I need to
+        investigate why they're getting a different DOM, but I don't
+        have time to do that right now.
+
+        * platform/gtk/Skipped:
+        * platform/qt/Skipped:
+
+2010-07-21  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         Pull HTML5lib test suite from upstream
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index e35a0c6..ca7fa4a 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5876,3 +5876,7 @@ svg/dom/path-parser.html
 # Advanced credential handling
 http/tests/security/401-logout/401-logout.php
 http/tests/xmlhttprequest/remember-bad-password.html
+
+# There's somethign strange going on with <keygen> that causes a
+# different DOM to be created.
+html5lib/runner.html
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index cb1d9a3..6b868db 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -5447,3 +5447,7 @@ http/tests/misc/webtiming-two-redirects.php
 # Advanced credential handling
 http/tests/security/401-logout/401-logout.php
 http/tests/xmlhttprequest/remember-bad-password.html
+
+# There's somethign strange going on with <keygen> that causes a
+# different DOM to be created.
+html5lib/runner.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list