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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/reflections/reflection-computed-style.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test calling getPropertyValue on computed styles for -webkit-border-image proper ty. 1 Test calling getPropertyValue on computed styles for -webkit-border-image proper ty.
2 2
3 -webkit-box-reflect: none; 3 -webkit-box-reflect: none;
4 -webkit-box-reflect 4 -webkit-box-reflect
5 getPropertyValue: none 5 getPropertyValue: none
6 getPropertyCSSValue: [object CSSPrimitiveValue]
7 6
8 -webkit-box-reflect: below; 7 -webkit-box-reflect: below;
9 -webkit-box-reflect 8 -webkit-box-reflect
10 getPropertyValue: below 0px none 9 getPropertyValue: below 0px none
11 getPropertyCSSValue: [object CSSValue]
12 10
13 -webkit-box-reflect: right 50%; 11 -webkit-box-reflect: right 50%;
14 -webkit-box-reflect 12 -webkit-box-reflect
15 getPropertyValue: right 50% none 13 getPropertyValue: right 50% none
16 getPropertyCSSValue: [object CSSValue]
17 14
18 -webkit-box-reflect: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 st retch stretch; 15 -webkit-box-reflect: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 st retch stretch;
19 -webkit-box-reflect 16 -webkit-box-reflect
20 getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill / auto / 0px stretch 17 getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill / auto / 0px stretch
21 getPropertyCSSValue: [object CSSValue]
22 18
OLDNEW
« 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