[Webkit-unassigned] [Bug 40725] New: fast/encoding/japanese-encoding-mix.html fails on Tiger after enabling HTML5 Lexer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 11:28:08 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40725

           Summary: fast/encoding/japanese-encoding-mix.html fails on
                    Tiger after enabling HTML5 Lexer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ap at webkit.org, abarth at webkit.org


fast/encoding/japanese-encoding-mix.html fails on Tiger after enabling HTML5 Lexer

It looks like Tiger's decoders are not properly passing the --> off to the HTML Lexer so it never sees an end to the comment.

--- /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/layout-test-results/fast/encoding/japanese-encoding-mix-expected.txt    2010-06-16 09:19:19.000000000 -0700
+++ /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/layout-test-results/fast/encoding/japanese-encoding-mix-actual.txt    2010-06-16 09:19:19.000000000 -0700
@@ -1,5 +1,12 @@
-Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since there is an explicit encoding declaration, auto-detection shouldn't change the encoding.
-
-ニッポンテレビ
-
-Should be EUC-JP: EUC-JP
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 774x36
+          text run at (0,0) width 774: "Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since there is an explicit encoding declaration,"
+          text run at (0,18) width 288: "auto-detection shouldn't change the encoding."
+      RenderBlock {P} at (0,52) size 784x21
+        RenderText {#text} at (0,3) size 112x18
+          text run at (0,3) width 112: "\x{30CB}\x{30C3}\x{30DD}\x{30F3}\x{30C6}\x{30EC}\x{30D3}"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list