diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/flipped-text-rendering.html --- /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 @@ + + +
+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.
+There are three separate code paths, due to the canUseFastRenderer and shouldUseATSU functions.
+WebKit renderer, using CG: Drag me to your leader
+WebKit renderer, using ATSUI because of the अ: Drag me अ to your leader
+Cocoa, because of the א: Drag me א to your leader
+ + \ No newline at end of file