blob: 74d36162c19d334ace0f0b103eac3211bdd697d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<!-- Submitted from TestTWF Paris -->
<head>
<title>CSS Transforms Test: Reference file</title>
<link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<link rel="reviewer" title="Edward O'Connor" href="mailto:eoconnor@apple.com" /> <!-- 2012-10-27 -->
</head>
<body>
<p>You should see three lines of text written from left to right and unmirrored.<p>
<div>
<span>Test</span>
<p>Test</p>
</div>
</body>
</html>
|