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

Unified Diff: LayoutTests/fast/css/shorthand-setProperty-important-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/shorthand-setProperty-important-expected.txt
diff --git a/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt b/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt
index c67acc6b8be31577978312322a7cb6ae660acbec..2dc3d9711a7d27d93b2b15c42d8d283e64bfa3fe 100644
--- a/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt
+++ b/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt
@@ -3,15 +3,15 @@ Verify that the priority parameter is a case-insensitive match to 'important' or
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS e.style.getPropertyValue('border-bottom-style') is null
+PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
-PASS e.style.getPropertyValue('border-bottom-style') is null
+PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
-PASS e.style.getPropertyValue('border-bottom-style') is null
+PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
-PASS e.style.getPropertyValue('border-bottom-style') is null
+PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
PASS e.style.getPropertyPriority('border-bottom-style') is ''

Powered by Google App Engine
This is Rietveld 408576698