[Webkit-unassigned] [Bug 46251] [Qt] Some Unicode tests fail with Qt version >= 4.7.0
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 20 11:36:29 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=46251
Joe Wild <joseph.wild at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joseph.wild at nokia.com
--- Comment #2 from Joe Wild <joseph.wild at nokia.com> 2011-03-20 11:36:29 PST ---
I'll take a look at this one. Feel free to assign it to me.
I've noticed a couple of things.
1. fast/js/encode-URI-test.html is passing for me
fast/js/encode-URI-test.html
passed for me on Linux Qt.
$ ./run-webkit-tests --debug LayoutTests/fast/js/encode-URI-test.html
Running build-dumprendertree
Running tests from /home/jwild/dev/webkit/WebKit.2011.03.17/LayoutTests
Testing 1 test cases.
fast/js .
1.05s total testing time
all 1 test cases succeeded
2. Looks like "\uFFFF" in encoded as we would expect, but turns into
a '?' mark as it is written the the actual.txt file. Need to
track that down.
QtTestBrowser HTML Dump of ":\uFFFF:"
</body></html>
Content-Type: text/plain
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 784x584
RenderBlock {P} at (0,0) size 784x21
RenderText {#text} at (0,0) size 34x21
text run at (0,0) width 34: "Start"
RenderBlock {DIV} at (0,37) size 784x21
RenderInline {SPAN} at (0,0) size 14x21
RenderText {#text} at (0,0) size 14x21
text run at (0,0) width 14: ":\x{FFFF}:"
RenderBR {BR} at (14,16) size 0x0
$ $B/DumpRenderTree LayoutTests/fast/js/switch-behaviour.html
...
PASS characterSwitch('?') is "default"
--
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