mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[test] Page for element.style (getter)
This commit is contained in:
parent
0b7caf4e82
commit
c7cf135844
6
test/ecmascript/style.html
Normal file
6
test/ecmascript/style.html
Normal file
@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
<b id="test" style="color:red">RED</b>
|
||||
<button onclick="alert(document.getElementById('test').style.color);">Click to see: red</button>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user