summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/flipped-text-rendering.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
commit648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebCore/manual-tests/flipped-text-rendering.html
parenta65af38181ac7d34544586bdb5cd004de93897ad (diff)
downloadexternal_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/flipped-text-rendering.html')
-rw-r--r--WebCore/manual-tests/flipped-text-rendering.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/WebCore/manual-tests/flipped-text-rendering.html b/WebCore/manual-tests/flipped-text-rendering.html
deleted file mode 100644
index 197e4b3..0000000
--- a/WebCore/manual-tests/flipped-text-rendering.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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