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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html

Issue 1982903002: Fix 'border' serialization to fail in cssText when it is invalid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html b/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
index 51e82f925f4720cc687d25ea0b132750ba33b8db..87a39b10529578b46290d019c87c8aba1afe6dab 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
@@ -13,7 +13,7 @@
if (window.testRunner)
testRunner.dumpAsText();
var sheet = document.querySelector('style').sheet;
- var expected = 'solid red';
+ var expected = '';
var actual = sheet.cssRules[0].style.getPropertyValue('border');
if (expected == actual)

Powered by Google App Engine
This is Rietveld 408576698