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

Side by Side Diff: LayoutTests/css3/calc/reflection-computed-style-expected.txt

Issue 711473003: Remove more testing of getPropertyCSSValue (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
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: right calc(50%); 3 -webkit-box-reflect: right calc(50%);
4 -webkit-box-reflect 4 -webkit-box-reflect
5 getPropertyValue: right 50% none 5 getPropertyValue: right 50% none
6 getPropertyCSSValue: [object CSSValue]
7 6
8 -webkit-box-reflect: below calc(5px) -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch; 7 -webkit-box-reflect: below calc(5px) -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch;
9 -webkit-box-reflect 8 -webkit-box-reflect
10 getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill / auto / 0px stretch 9 getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill / auto / 0px stretch
11 getPropertyCSSValue: [object CSSValue]
12 10
OLDNEW
« no previous file with comments | « LayoutTests/css3/calc/reflection-computed-style.html ('k') | LayoutTests/fast/dom/Window/get-set-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698