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

Unified Diff: LayoutTests/fast/css/shorthand-priority-expected.txt

Issue 141243006: Make element.style.setProperty override earlier property values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Set correct parser mode Created 6 years, 10 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-priority-expected.txt
diff --git a/LayoutTests/fast/css/shorthand-priority-expected.txt b/LayoutTests/fast/css/shorthand-priority-expected.txt
index be366dac03888f5d089e7268f3e40fcf827b9356..3e32b219e218eef31c20a817454e9775f159814e 100644
--- a/LayoutTests/fast/css/shorthand-priority-expected.txt
+++ b/LayoutTests/fast/css/shorthand-priority-expected.txt
@@ -3,6 +3,8 @@ Tests that querying the priority for a shorthand works.
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.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') is '20px solid green'

Powered by Google App Engine
This is Rietveld 408576698