| Index: third_party/WebKit/LayoutTests/fast/selectors/dir-pseudo-class-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/selectors/dir-pseudo-class-expected.txt b/third_party/WebKit/LayoutTests/fast/selectors/dir-pseudo-class-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..60370709113f57aed94c2292d813aa181ccbab41
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/selectors/dir-pseudo-class-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Checks total number of valid rules
|
| +PASS document.styleSheets[0].cssRules.length is 3
|
| +Checks direction styles are applied correctly based on the computed direction value for each element
|
| +PASS getComputedStyle(document.getElementById("label1")).color is "rgb(0, 128, 0)"
|
| +PASS getComputedStyle(document.getElementById("label2")).color is "rgb(0, 128, 0)"
|
| +PASS getComputedStyle(document.getElementById("label3")).color is "rgb(255, 0, 0)"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +one
|
| +two
|
| +three
|
|
|