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

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

Issue 18445003: Some rebaselines in the spirit of https://groups.google.com/a/chromium.org/forum/#!search/on$20layo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
diff --git a/LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt b/LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
deleted file mode 100644
index e2bafd98364cfe8f2597b245cb99eea048c8f049..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
+++ /dev/null
@@ -1,85 +0,0 @@
-This test checks that -webkit-text-align-last parses properly the properties from CSS 3 Text.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Test the initial value:
-FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value 'start':
-PASS e.style.webkitTextAlignLast is 'start'
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be start (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value 'end':
-PASS e.style.webkitTextAlignLast is 'end'
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be end (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value 'left':
-PASS e.style.webkitTextAlignLast is 'left'
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be left (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value 'right':
-PASS e.style.webkitTextAlignLast is 'right'
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be right (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value 'center':
-PASS e.style.webkitTextAlignLast is 'center'
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be center (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value 'justify':
-PASS e.style.webkitTextAlignLast is 'justify'
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be justify (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value 'auto':
-PASS e.style.webkitTextAlignLast is 'auto'
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Invalid value test - '-webkit-left':
-FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-left.
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Invalid value test - '-webkit-right':
-FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-right.
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Invalid value test - '-webkit-center':
-FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-center.
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Invalid value test - '-webkit-match-parent':
-FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-match-parent.
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Invalid value test - '-webkit-auto':
-FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-auto.
-FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
-FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-hello world

Powered by Google App Engine
This is Rietveld 408576698