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

Unified Diff: LayoutTests/platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt

Issue 10447078: Merge 118261 - [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 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: LayoutTests/platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt
===================================================================
--- LayoutTests/platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt (revision 118842)
+++ LayoutTests/platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt (working copy)
@@ -376,8 +376,6 @@
rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-perspective) : none
rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -904,8 +902,6 @@
g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-nbsp-mode) : normal
g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-perspective) : none
g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Powered by Google App Engine
This is Rietveld 408576698