diff options
Diffstat (limited to 'Source/WebCore/manual-tests/flipped-text-rendering.html')
-rw-r--r-- | Source/WebCore/manual-tests/flipped-text-rendering.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/flipped-text-rendering.html b/Source/WebCore/manual-tests/flipped-text-rendering.html new file mode 100644 index 0000000..197e4b3 --- /dev/null +++ b/Source/WebCore/manual-tests/flipped-text-rendering.html @@ -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 अ: <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>
\ No newline at end of file |