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

Unified Diff: LayoutTests/fast/reflections/reflection-computed-style-expected.txt

Issue 692433003: Don't require getPropertyCSSValue in fast tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/fast/reflections/reflection-computed-style.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/reflections/reflection-computed-style-expected.txt
diff --git a/LayoutTests/fast/reflections/reflection-computed-style-expected.txt b/LayoutTests/fast/reflections/reflection-computed-style-expected.txt
index 4e7741b4a7c54e831551239a70d8bd9325214c1e..cec73f8ee89f0c92ce7dbd9ca5204084cde34afb 100644
--- a/LayoutTests/fast/reflections/reflection-computed-style-expected.txt
+++ b/LayoutTests/fast/reflections/reflection-computed-style-expected.txt
@@ -3,20 +3,16 @@ Test calling getPropertyValue on computed styles for -webkit-border-image proper
-webkit-box-reflect: none;
-webkit-box-reflect
getPropertyValue: none
- getPropertyCSSValue: [object CSSPrimitiveValue]
-webkit-box-reflect: below;
-webkit-box-reflect
getPropertyValue: below 0px none
- getPropertyCSSValue: [object CSSValue]
-webkit-box-reflect: right 50%;
-webkit-box-reflect
getPropertyValue: right 50% none
- getPropertyCSSValue: [object CSSValue]
-webkit-box-reflect: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch;
-webkit-box-reflect
getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill / auto / 0px stretch
- getPropertyCSSValue: [object CSSValue]
« no previous file with comments | « LayoutTests/fast/reflections/reflection-computed-style.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698