Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: third_party/WebKit/LayoutTests/fast/selectors/dir-pseudo-class-expected.txt

Issue 1614343002: Implement CSS4 pseudo-class :dir() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated layout tests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698