| Index: third_party/WebKit/LayoutTests/external/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/selectors4/dir-style-01a-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/selectors4/dir-style-01a-expected.html b/third_party/WebKit/LayoutTests/external/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/selectors4/dir-style-01a-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..664d6dfa7f17cb149f24c7f5b257f3dc4fb5e01d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/selectors4/dir-style-01a-expected.html
|
| @@ -0,0 +1,33 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <meta charset="UTF-8">
|
| + <title>dir() selector reference</title>
|
| + <link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
|
| + <link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
| + <style>
|
| + div { text-align: left; }
|
| + .blue { color: blue; direction: ltr; }
|
| + .lime { color: lime; direction: rtl; }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <div class="blue">This element has default direction.</div>
|
| + <div class="blue">This element is ltr.</div>
|
| + <div class="lime">This element is rtl.</div>
|
| + <div class="blue">
|
| + <div>This element should inherit ltr.</div>
|
| + <div class="blue">This element is ltr.</div>
|
| + <div class="lime">This element is rtl.</div>
|
| + <div class="blue">Every word in this element should inherit ltr.</div>
|
| + </div>
|
| + <div class="lime">
|
| + <div>This element should inherit rtl.</div>
|
| + <div class="blue">This element is ltr.</div>
|
| + <div class="lime">This element is rtl.</div>
|
| + <div class="lime">Every word in this element should inherit rtl.</div>
|
| + </div>
|
| + <div class="blue">This element has an invalid dir attribute and
|
| + should have default direction.</div>
|
| + </body>
|
| +</html>
|
|
|