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

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

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/css/getPropertyValue-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getPropertyValue-border-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getPropertyValue-border-expected.txt
index 4dbef1b3152b90fb332fec03d763c496a4c8086f..4fa6769ff985627630bde715fb7551542cf818c4 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getPropertyValue-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getPropertyValue-border-expected.txt
@@ -4,15 +4,13 @@ Bug 15823: getPropertyValue for border returns null, should compute the shorthan
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS div1.style.getPropertyValue("border") is '5px solid green'
-PASS div2.style.getPropertyValue("border") is '5px solid'
-PASS div3.style.getPropertyValue("border") is '5px green'
- NOTE: '5px green' is an illegal CSS value for 'border'.
-PASS div4.style.getPropertyValue("border") is 'solid green'
-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 div1.style.getPropertyValue("border") is "5px solid green"
+PASS div2.style.getPropertyValue("border") is ""
+PASS div3.style.getPropertyValue("border") is ""
+PASS div4.style.getPropertyValue("border") is ""
+PASS div5.style.getPropertyValue("border") is ""
+PASS div6.style.getPropertyValue("border") is ""
+PASS div7.style.getPropertyValue("border") is ""
PASS div8.style.getPropertyValue("border") is ""
PASS div9.style.getPropertyValue("border") is ""
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698