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

Unified Diff: LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-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 | « LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt
diff --git a/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt b/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt
index d3b33a28eef935c7c269e453352eadf7c33a6318..6de1c547064821abb8bae186336f6182595562dc 100644
--- a/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt
+++ b/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt
@@ -5,77 +5,53 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Value 'none':
PASS element.style.textJustify is 'none'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'none'
PASS computedStyle.textJustify is 'none'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'none'
Value 'inter-word':
PASS element.style.textJustify is 'inter-word'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'inter-word'
PASS computedStyle.textJustify is 'inter-word'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'inter-word'
Value 'distribute':
PASS element.style.textJustify is 'distribute'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'distribute'
PASS computedStyle.textJustify is 'distribute'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'distribute'
Presetted value is none
Invalid value test - 'green':
PASS element.style.textJustify is 'none'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'none'
PASS computedStyle.textJustify is 'none'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'none'
Invalid value test - 'inline':
PASS element.style.textJustify is 'none'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'none'
PASS computedStyle.textJustify is 'none'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'none'
Presetted value is distribute
Invalid value test - 'solid':
PASS element.style.textJustify is 'distribute'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'distribute'
PASS computedStyle.textJustify is 'distribute'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'distribute'
Invalid value test - 'normal':
PASS element.style.textJustify is 'distribute'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'distribute'
PASS computedStyle.textJustify is 'distribute'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'distribute'
Computed value test - 'inherit':
PASS element.style.textJustify is 'inherit'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'inherit'
PASS computedStyle.textJustify is 'none'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'none'
Computed value test - 'inherit':
PASS element.style.textJustify is 'inherit'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'inherit'
PASS computedStyle.textJustify is 'distribute'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'distribute'
Computed value test - 'initial':
PASS element.style.textJustify is 'initial'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'initial'
PASS computedStyle.textJustify is 'auto'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'auto'
Value of ancestor is 'inter-word, while child is 'distribute':
PASS element.style.textJustify is 'distribute'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'distribute'
PASS computedStyle.textJustify is 'distribute'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'distribute'
Value of ancestor is 'none, while child is 'inter-word':
PASS element.style.textJustify is 'inter-word'
-PASS element.style.getPropertyCSSValue('text-justify').cssText is 'inter-word'
PASS computedStyle.textJustify is 'inter-word'
-PASS computedStyle.getPropertyCSSValue('text-justify').cssText is 'inter-word'
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698