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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt

Issue 2249653002: border-foo WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V9 Created 4 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: third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt b/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
index 4b3d3d5d4e761f1e393ddb9d8eb58ad9ba3c2d46..6d0a30693f74ed8df57c0356eb7a5aeacb09bcb1 100644
--- a/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
@@ -3,19 +3,19 @@ This test ensures border shorthand property initializes longhand properties such
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS div.setAttribute('style', 'border: 1px');div.style.borderTopStyle is 'initial'
-PASS div.style.borderTopStyle is 'initial'
-PASS div.style.borderRightStyle is 'initial'
-PASS div.style.borderBottomStyle is 'initial'
-PASS div.style.borderLeftStyle is 'initial'
-PASS div.style.borderTopColor is 'initial'
-PASS div.style.borderRightColor is 'initial'
-PASS div.style.borderBottomColor is 'initial'
-PASS div.style.borderLeftColor is 'initial'
-PASS div.setAttribute('style', 'border: solid');div.style.borderTopWidth is 'initial'
-PASS div.style.borderRightWidth is 'initial'
-PASS div.style.borderBottomWidth is 'initial'
-PASS div.style.borderLeftWidth is 'initial'
+PASS div.setAttribute('style', 'border: 1px');div.style.borderTopStyle is 'none'
+PASS div.style.borderTopStyle is 'none'
+PASS div.style.borderRightStyle is 'none'
+PASS div.style.borderBottomStyle is 'none'
+PASS div.style.borderLeftStyle is 'none'
+PASS div.style.borderTopColor is 'currentcolor'
+PASS div.style.borderRightColor is 'currentcolor'
+PASS div.style.borderBottomColor is 'currentcolor'
+PASS div.style.borderLeftColor is 'currentcolor'
+PASS div.setAttribute('style', 'border: solid');div.style.borderTopWidth is 'medium'
+PASS div.style.borderRightWidth is 'medium'
+PASS div.style.borderBottomWidth is 'medium'
+PASS div.style.borderLeftWidth is 'medium'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698