1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
4 <title>Flipped text in link drag image</title>
7 <p>Try dragging each of the following links. In each case, the link text should appear correctly (not flipped) in the
8 drag image, above the URL.</p>
9 <p>There are three separate code paths, due to the canUseFastRenderer and shouldUseATSU functions.</p>
10 <p>WebKit renderer, using CG: <a href="/">Drag me to your leader</a></p>
11 <p>WebKit renderer, using ATSUI because of the अ: <a href="/">Drag me अ to your leader</a></p>
12 <p>Cocoa, because of the א: <a href="/">Drag me א to your leader</a></p>