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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt

Issue 703793002: Remove some testing of getPropertyCSSValue in fast/css/getComputedStyle (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
Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt
index 47e59aee6d2c24ae193cfdc5785c2462a8b775cb..93879c5891736f85a5c4adee20d94838ac8cd69b 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt
@@ -4,47 +4,26 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%'
PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
PASS computedStyle.getPropertyValue('border-image-slice') is '30% 10 10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 10 10'
PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%'
PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 30% 30% 10'
PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 30% 30% 10'
PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fill'
PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 fill'
PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8% 16% fill'
PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fill'
PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 fill'
PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8% 16% fill'
PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698