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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt

Issue 20751008: Text decorations should be listed as non-inheritable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed typo in getComputedStyle-text-decoration.js Created 7 years, 4 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 | « no previous file | LayoutTests/fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
index 7313520d39dc84d03d218b5045a12594139950e1..7bf394ba6b367cf1263d33651c592bbfab76d578 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
@@ -87,6 +87,12 @@ PASS computedStyle.textDecoration is 'underline'
PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline'
+Ancestor should not implicitly inherit value from parent (i.e. when value is void):
+PASS e.style.getPropertyCSSValue('text-decoration') is null
+PASS computedStyle.textDecoration is 'none'
+PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSPrimitiveValue]'
+PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none'
+
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698