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

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

Issue 547043002: border-radius cssText always outputs to longhand properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix failing tests Created 6 years, 3 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/remove-shorthand-expected.txt
diff --git a/LayoutTests/fast/css/remove-shorthand-expected.txt b/LayoutTests/fast/css/remove-shorthand-expected.txt
index 29c1439830db55c4c28257e6b72a07a6bee0209d..07a57b8c02be6eca8c99d7087f97ddef27f437bd 100644
--- a/LayoutTests/fast/css/remove-shorthand-expected.txt
+++ b/LayoutTests/fast/css/remove-shorthand-expected.txt
@@ -33,10 +33,10 @@ Removing border-width
removes "border"
and adds "border-style, border-color".
Removing border-radius
-removes "border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius"
+removes "border-radius"
and adds "".
Removing -webkit-border-radius
-removes "border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius"
+removes "border-radius"
and adds "".
Removing border-spacing
removes "border-spacing"
« no previous file with comments | « LayoutTests/fast/css/border-radius-cssText-expected.txt ('k') | Source/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698