diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-flexbox/css-flexbox-column-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-flexbox/css-flexbox-column-ref.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-flexbox/css-flexbox-column-ref.html b/tests/wpt/web-platform-tests/css/css-flexbox/css-flexbox-column-ref.html deleted file mode 100644 index b0287c2490b..00000000000 --- a/tests/wpt/web-platform-tests/css/css-flexbox/css-flexbox-column-ref.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Tsutomu ogaoga Ogasawara" href="mailto:info@ogaoga.org"> - <style type="text/css"> - .container { - color: white; - width: 9em; - } - .item { - writing-mode: vertical-rl; - background: green; - height: 4em; - width: 1.5em; - float: right; - } - </style> -</head> -<body> - <p>The test passes if you see a tall green box with pairs of the digits 1-9 and a-i listed right to left in two columns.</p> - <div class="container"> - <div class="item">123</div> - <div class="item">abc</div> - <div class="item">456</div> - <div class="item">def</div> - <div class="item">789</div> - <div class="item">stu</div> - </div> -</body> -</html> |