diff options
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/text-orientation-013-ref.xht')
-rw-r--r-- | tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/text-orientation-013-ref.xht | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/text-orientation-013-ref.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/text-orientation-013-ref.xht new file mode 100644 index 00000000000..4f74b669466 --- /dev/null +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/text-orientation-013-ref.xht @@ -0,0 +1,35 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>CSS Reftest Reference</title> + <!-- reftest for text-orietation-013.xht --> + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com"/> + <meta http-equiv="content-language" content="en"/> + <style type="text/css"> + div + { + background: pink; + border: 1px solid black; + color: blue; + font: 20px/1 Ahem; + height: 3em; + margin: 10px; + width: 3em; + white-space: pre; + } + .control_ahem + { + writing-mode: horizontal-tb; + } + </style> + </head> + <body> + <p>Test passes if a pair of rectangles is <strong>identical</strong> including <strong>layout</strong>.</p> + <div class="control_ahem"> 63 + 52 +7 1</div> + <div class="control_ahem"> 63 + 52 +7 1</div> + </body> +</html>
\ No newline at end of file |