質問編集履歴
1
訂正
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-
|
77
|
+
var property = window.getComputedStyle(r, '::-webkit-slider-thumb').getPropertyValue('background-image');
|
78
78
|
|
79
79
|
alert(property);
|
80
80
|
|