質問編集履歴

1

訂正

2021/08/30 16:28

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  Array.from(document.querySelectorAll("input[type=range]"), r => {
76
76
 
77
- var property = window.getComputedStyle(r, '::webkit-slider-runnable-track').getPropertyValue('background-image');
77
+ var property = window.getComputedStyle(r, '::-webkit-slider-thumb').getPropertyValue('background-image');
78
78
 
79
79
  alert(property);
80
80