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

Unified Diff: LayoutTests/fast/css/border-width-large-expected.txt

Issue 703323002: Continue removing testing of getPropertyCSSValue (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/border-width-large-expected.txt
diff --git a/LayoutTests/fast/css/border-width-large-expected.txt b/LayoutTests/fast/css/border-width-large-expected.txt
index de4d579ad7b732acaca00b7e367f31b19e65ccb4..eefbf2a7a9b0b6e303bde9a17aad5ab81794068d 100644
--- a/LayoutTests/fast/css/border-width-large-expected.txt
+++ b/LayoutTests/fast/css/border-width-large-expected.txt
@@ -1,10 +1,10 @@
Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth set in em
PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px 9010px'
-PASS computedStyle.getPropertyCSSValue('border-top-width').cssText is '12000px'
-PASS computedStyle.getPropertyCSSValue('border-right-width').cssText is '11000px'
-PASS computedStyle.getPropertyCSSValue('border-bottom-width').cssText is '10000px'
-PASS computedStyle.getPropertyCSSValue('border-left-width').cssText is '9010px'
+PASS computedStyle.borderTopWidth is '12000px'
+PASS computedStyle.borderRightWidth is '11000px'
+PASS computedStyle.borderBottomWidth is '10000px'
+PASS computedStyle.borderLeftWidth is '9010px'
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/border-width-large.html ('k') | LayoutTests/fast/css/getComputedStyle/computed-style-font-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698