Bug 140786 - [Win] Failure copying from UTF8 div to EUC text control
Summary: [Win] Failure copying from UTF8 div to EUC text control
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Hyungwook Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-22 13:56 PST by Brent Fulgham
Modified: 2015-07-27 05:55 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-22 13:56:51 PST
The layout test editing/pasteboard/copy-backslash-with-euc.html fails on Windows.

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/editing/pasteboard/copy-backslash-with-euc-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/editing/pasteboard/copy-backslash-with-euc-actual.txt
@@ -26,7 +26,7 @@
 from EUC secure to UTF8 content-editable: PASS
 from EUC control to UTF8 text-control: PASS
 from EUC control to UTF8 content-editable: PASS
-from UTF8 div to EUC text-control: PASS
+from UTF8 div to EUC text-control: FAIL: the actual text was '' (char code of the first character was NaN)
 from UTF8 div to EUC content-editable: PASS
 from UTF8 transform to EUC text-control: PASS
 from UTF8 transform to EUC content-editable: PASS
Comment 1 Jincheol Jo 2015-07-27 05:55:54 PDT
This issue seems to be fixed.
It is not representative to me.