Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
@page {}
</style>
<script>
function boom()
{
document.styleSheets[0].cssRules[0].style.paddingLeft = "initial";
}
</script>
</head>
<body onload="boom();"></body>
</html>