mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0e5439fe27
--HG-- extra : rebase_source : 650611aec3adb1498dc5d8d6d38212ddf09e32fc
16 lines
313 B
HTML
16 lines
313 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body { white-space:pre; color:blue; }
|
|
#inner::first-letter { color:red; text-decoration:underline; font-size:200%; }
|
|
</style>
|
|
</head>
|
|
<body><div id="inner"><span>
|
|
</span>AB</div></body>
|
|
<script>
|
|
document.body.offsetTop;
|
|
document.body.style.color = "black";
|
|
</script>
|
|
</html>
|