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

Unified Diff: LayoutTests/platform/chromium-mac-lion/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-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/chromium-mac-lion/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
diff --git a/LayoutTests/platform/chromium-mac-lion/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt b/LayoutTests/platform/chromium-mac-lion/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
deleted file mode 100644
index 4ff45d87c88d78b61ececc7114bab5e5ee92a5d7..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium-mac-lion/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-This test checks that the value of -webkit-text-align-last is properly inherited to the child.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Value of ancestor is 'start':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'end':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'left':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'right':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'center':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'justify':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'auto':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'start, while child is 'end':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
-
-Value of ancestor is 'left, while child is 'right':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. 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