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

Unified Diff: LayoutTests/fast/css/quotes-computedstyle-expected.txt

Issue 1206793002: getComputedStyle(e).quotes always return empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating as per review comments Created 5 years, 6 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
« no previous file with comments | « LayoutTests/fast/css/quotes-computedstyle.html ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/quotes-computedstyle-expected.txt
diff --git a/LayoutTests/fast/css/quotes-computedstyle-expected.txt b/LayoutTests/fast/css/quotes-computedstyle-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f63754ab553cf394feadcd0178ed396024c7e983
--- /dev/null
+++ b/LayoutTests/fast/css/quotes-computedstyle-expected.txt
@@ -0,0 +1,15 @@
+Tests the computed style of quotes property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(child1).quotes is "none"
+PASS getComputedStyle(child1).getPropertyValue('quotes') is "none"
+PASS getComputedStyle(child2).quotes is "\"<<\" \">>\" \"<\" \">\""
+PASS getComputedStyle(child2).getPropertyValue('quotes') is "\"<<\" \">>\" \"<\" \">\""
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Before q1-text q2-text q1-text after.
+
+Before q1-text q2-text q1-text after.
« no previous file with comments | « LayoutTests/fast/css/quotes-computedstyle.html ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698