Index: third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style.html |
diff --git a/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style.html b/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style.html |
index f8a6271f55ae6092406662411dcd7d2b26052aca..d2ccecf2252042c23656bb16020ca93639b65834 100644 |
--- a/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style.html |
+++ b/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style.html |
@@ -2,7 +2,7 @@ |
<style> |
div { width: 0px; height: 0px } |
#reflectionOffset { -webkit-box-reflect: right calc(50%) } |
- #reflectionMask { -webkit-box-reflect: below calc(5px) -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch; } |
+ #reflectionMask { -webkit-box-reflect: below calc(5px) linear-gradient(white, black) 25 25 25 25 stretch stretch; } |
</style> |
<body> |
<p>Test calling getPropertyValue on computed styles for -webkit-border-image property.</p> |
@@ -35,6 +35,6 @@ |
testRunner.dumpAsText(); |
test('reflectionOffset', 'right calc(50%)'); |
log(''); |
- test('reflectionMask', 'below calc(5px) -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch'); |
+ test('reflectionMask', 'below calc(5px) linear-gradient(white, black) 25 25 25 25 stretch stretch'); |
</script> |