diff options
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rtl-direction-ref.htm')
-rw-r--r-- | tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rtl-direction-ref.htm | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rtl-direction-ref.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rtl-direction-ref.htm deleted file mode 100644 index 4cd4fcfb945..00000000000 --- a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rtl-direction-ref.htm +++ /dev/null @@ -1,40 +0,0 @@ -<!DOCTYPE html> -<html><head><title>flexbox | flex-direction: column-reverse | rtl</title> -<link href="http://opera.com" rel="author" title="Opera Software"> -<style> -div { - background: blue; - margin: 1em 0; - border: 1px solid black; -} -div::after { - content: ""; - clear: both; - display: block; -} -span { - text-align: right; - background: white; - margin: 1em 1em 0; - width: 8em; - float: right; - clear: both; -} -.test { - background: #ffcc00; -} -span~span { - margin: 2em 1em 0; -} -span:last-child { - margin-bottom: 1em; -} -</style> - -</head><body><div> - <span>damer</span> - <span>damer</span> - <span>damer</span> - <span class="test">damer</span> -</div> -</body></html>
\ No newline at end of file |