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

aroben at apple.com aroben at apple.com
Wed Dec 22 13:30:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 254d85216bc986b900f326cf29e75aff7b07cb39
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 17 15:52:52 2010 +0000

    Land new Windows results for html5lib/runner.html
    
    This corresponds to the changes made in r67233 and r67356.
    
    Rubber-stamped by Anders Carlsson.
    
    * platform/win/html5lib/runner-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67708 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index be6a7bb..1c11342 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
 2010-09-17  Adam Roben  <aroben at apple.com>
 
+        Land new Windows results for html5lib/runner.html
+
+        This corresponds to the changes made in r67233 and r67356.
+
+        Rubber-stamped by Anders Carlsson.
+
+        * platform/win/html5lib/runner-expected.txt:
+
+2010-09-17  Adam Roben  <aroben at apple.com>
+
         Add some tests failing due to unimplemented DRT APIs to the Windows
         Skipped file
 
diff --git a/LayoutTests/platform/win/html5lib/runner-expected.txt b/LayoutTests/platform/win/html5lib/runner-expected.txt
index 1b6761f..07a2806 100644
--- a/LayoutTests/platform/win/html5lib/runner-expected.txt
+++ b/LayoutTests/platform/win/html5lib/runner-expected.txt
@@ -93,10 +93,10 @@ Got:
 |             <math math>
 |               <math mi>
 |                 <svg svg>
-|         <math mo>
-|     <span>
-|     <path>
-|     <mi>
+|               <math mo>
+|             <span>
+|             <path>
+|       <math mi>
 Expected:
 | <html>
 |   <head>
@@ -148,8 +148,41 @@ resources/entities01.dat: PASS
 
 resources/entities02.dat: PASS
 
-resources/comments01.dat: PASS
+resources/comments01.dat:
+3
+6
 
+Test 3 of 13 in resources/comments01.dat failed. Input:
+FOO<!-- BAR --   >BAZ
+Got:
+| <html>
+|   <head>
+|   <body>
+|     "FOO"
+|     <!--  BAR --   >BAZ -->
+Expected:
+| <html>
+|   <head>
+|   <body>
+|     "FOO"
+|     <!--  BAR --    -->
+|     "BAZ"
+
+Test 6 of 13 in resources/comments01.dat failed. Input:
+FOO<!-- BAR -- <QUX> -- MUX -- >BAZ
+Got:
+| <html>
+|   <head>
+|   <body>
+|     "FOO"
+|     <!--  BAR -- <QUX> -- MUX -- >BAZ -->
+Expected:
+| <html>
+|   <head>
+|   <body>
+|     "FOO"
+|     <!--  BAR -- <QUX> -- MUX --  -->
+|     "BAZ"
 resources/adoption01.dat: PASS
 
 resources/adoption02.dat:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list