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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt

Issue 572043002: Support getComputedStyle for non-rendered pseudo elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fe3b6caa5f56da859092cdcbd163456c1c7160e9
--- /dev/null
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt
@@ -0,0 +1,21 @@
+Check getComputedStyle for ::before with various combinations of display and content.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS computed.color is 'rgb(0, 128, 0)'
+PASS computed.display is 'inline'
+PASS computed.color is 'rgb(0, 128, 0)'
+PASS computed.display is 'none'
+PASS computed.color is 'rgb(0, 128, 0)'
+PASS computed.display is 'none'
+PASS computed.color is 'rgb(0, 128, 0)'
+PASS computed.display is 'inline'
+PASS computed.color is 'rgb(0, 128, 0)'
+PASS computed.display is 'inline'
+PASS computed.color is 'rgb(0, 128, 0)'
+PASS computed.display is 'inline'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698