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

Unified Diff: LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt

Issue 709193003: Don't require getPropertyCSSValue in css3-text getComputedStyle tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
diff --git a/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt b/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
index fe1ce743988188b6a4c0a8e590949267a5d9665f..81425ce51a3df257fbe69eb28e33ccf251ce0c5a 100644
--- a/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
+++ b/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
@@ -5,79 +5,54 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Test the initial value:
PASS computedStyle.textAlignLast is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
Value 'start':
PASS e.style.textAlignLast is 'start'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'start'
PASS computedStyle.textAlignLast is 'start'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'start'
Value 'end':
PASS e.style.textAlignLast is 'end'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'end'
PASS computedStyle.textAlignLast is 'end'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'end'
Value 'left':
PASS e.style.textAlignLast is 'left'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'left'
PASS computedStyle.textAlignLast is 'left'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'left'
Value 'right':
PASS e.style.textAlignLast is 'right'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'right'
PASS computedStyle.textAlignLast is 'right'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'right'
Value 'center':
PASS e.style.textAlignLast is 'center'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'center'
PASS computedStyle.textAlignLast is 'center'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'center'
Value 'justify':
PASS e.style.textAlignLast is 'justify'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'justify'
PASS computedStyle.textAlignLast is 'justify'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'justify'
Value 'auto':
PASS e.style.textAlignLast is 'auto'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
PASS computedStyle.textAlignLast is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
Invalid value test - '-webkit-left':
PASS e.style.textAlignLast is 'auto'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
PASS computedStyle.textAlignLast is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
Invalid value test - '-webkit-right':
PASS e.style.textAlignLast is 'auto'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
PASS computedStyle.textAlignLast is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
Invalid value test - '-webkit-center':
PASS e.style.textAlignLast is 'auto'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
PASS computedStyle.textAlignLast is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
Invalid value test - '-webkit-match-parent':
PASS e.style.textAlignLast is 'auto'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
PASS computedStyle.textAlignLast is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
Invalid value test - '-webkit-auto':
PASS e.style.textAlignLast is 'auto'
-PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
PASS computedStyle.textAlignLast is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
PASS successfullyParsed is true
« no previous file with comments | « no previous file | LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698