~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to ManualTests/flipped-text-rendering.html

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
 
2
<html>
 
3
<head>
 
4
<title>Flipped text in link drag image</title>
 
5
</head>
 
6
<body>
 
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 &#x905;: <a href="/">Drag me &#x0905; to your leader</a></p>
 
12
<p>Cocoa, because of the &#x05d0;: <a href="/">Drag me &#x05d0; to your leader</a></p>
 
13
</body>
 
14
</html>
 
 
b'\\ No newline at end of file'