WebCore/manual-tests/flipped-text-rendering.html
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/flipped-text-rendering.html	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,14 @@
+<!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 &#x905;: <a href="/">Drag me &#x0905; to your leader</a></p>
+<p>Cocoa, because of the &#x05d0;: <a href="/">Drag me &#x05d0; to your leader</a></p>
+</body>
+</html>
\ No newline at end of file