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

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

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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/fast/css/getPropertyValue-border-expected.txt
diff --git a/LayoutTests/fast/css/getPropertyValue-border-expected.txt b/LayoutTests/fast/css/getPropertyValue-border-expected.txt
index b0f721268caef65f3d275a4cbcbe1e0379bdb00b..4dbef1b3152b90fb332fec03d763c496a4c8086f 100644
--- a/LayoutTests/fast/css/getPropertyValue-border-expected.txt
+++ b/LayoutTests/fast/css/getPropertyValue-border-expected.txt
@@ -13,8 +13,8 @@ PASS div5.style.getPropertyValue("border") is 'green'
NOTE: 'green' is an illegal CSS value for 'border'.
PASS div6.style.getPropertyValue("border") is '5px'
PASS div7.style.getPropertyValue("border") is 'solid'
-PASS div8.style.getPropertyValue("border") is null
-PASS div9.style.getPropertyValue("border") is null
+PASS div8.style.getPropertyValue("border") is ""
+PASS div9.style.getPropertyValue("border") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698