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

Unified Diff: LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 22849019: Unexpose -webkit-marquee-direction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: LayoutTests/svg/css/getComputedStyle-basic-expected.txt
diff --git a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
index 70b45c9172c0bac0414d48114195692b44c2f82d..39ad84f0f013a5c22a9f5bc7d1f8ab082138d757 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -322,8 +322,6 @@ rect: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
rect: style.getPropertyCSSValue(-webkit-margin-before-collapse) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-margin-after-collapse) : collapse
rect: style.getPropertyCSSValue(-webkit-margin-after-collapse) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-marquee-direction) : auto
-rect: style.getPropertyCSSValue(-webkit-marquee-direction) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-marquee-increment) : 6px
rect: style.getPropertyCSSValue(-webkit-marquee-increment) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-marquee-repetition) : infinite
@@ -804,8 +802,6 @@ g: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
g: style.getPropertyCSSValue(-webkit-margin-before-collapse) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-margin-after-collapse) : collapse
g: style.getPropertyCSSValue(-webkit-margin-after-collapse) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-marquee-direction) : auto
-g: style.getPropertyCSSValue(-webkit-marquee-direction) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-marquee-increment) : 6px
g: style.getPropertyCSSValue(-webkit-marquee-increment) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-marquee-repetition) : infinite

Powered by Google App Engine
This is Rietveld 408576698