diff options
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/css-transforms-3d-anonymous-block-ref.xht')
-rw-r--r-- | tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/css-transforms-3d-anonymous-block-ref.xht | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/css-transforms-3d-anonymous-block-ref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/css-transforms-3d-anonymous-block-ref.xht new file mode 100644 index 00000000000..1332601f384 --- /dev/null +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/css-transforms-3d-anonymous-block-ref.xht @@ -0,0 +1,15 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"><!-- Submitted from TestTWF Paris --><head> + <title>CSS Transforms Test: Reference file</title> + <link href="mailto:dschulze@adobe.com" rel="author" title="Dirk Schulze" /> + <link href="mailto:eoconnor@apple.com" rel="reviewer" title="Edward O'Connor" /> <!-- 2012-10-27 --> +</head> +<body> + <p>You should see three lines of text written from left to right and unmirrored.</p><p> + </p><div> + <span>Test</span> + <p>Test</p> + </div> + + +</body></html>
\ No newline at end of file |