[webkit-changes] cvs commit: WebCore/manual-tests
flipped-text-rendering.html
Darin
darin at opensource.apple.com
Sat Sep 24 06:39:17 PDT 2005
darin 05/09/24 06:39:16
Modified: . ChangeLog
Added: manual-tests flipped-text-rendering.html
Log:
- added Mitz's test for flipped text rendering (using dragged links)
* manual-tests/flipped-text-rendering.html: Added.
Revision Changes Path
1.161 +6 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog 24 Sep 2005 13:18:49 -0000 1.160
+++ ChangeLog 24 Sep 2005 13:39:15 -0000 1.161
@@ -1,5 +1,11 @@
2005-09-24 Darin Adler <darin at apple.com>
+ - added Mitz's test for flipped text rendering (using dragged links)
+
+ * manual-tests/flipped-text-rendering.html: Added.
+
+2005-09-24 Darin Adler <darin at apple.com>
+
- added tests and updated results for WebKit ATSU text measurement change
* layout-tests/fast/text/cg-vs-atsui.html: Added.
1.1 WebCore/manual-tests/flipped-text-rendering.html
Index: flipped-text-rendering.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>Flipped text in link drag image</title>
</head>
<body>
<p>Try dragging each of the following links. In each case, the link text should appear correctly (not flipped) in the
drag image, above the URL.</p>
<p>There are three separate code paths, due to the canUseFastRenderer and shouldUseATSU functions.</p>
<p>WebKit renderer, using CG: <a href="/">Drag me to your leader</a></p>
<p>WebKit renderer, using ATSUI because of the अ: <a href="/">Drag me अ to your leader</a></p>
<p>Cocoa, because of the א: <a href="/">Drag me א to your leader</a></p>
</body>
</html>
More information about the webkit-changes
mailing list