``` body { background: url("http://one"); } ``` is coming out as ``` body { background: url("http:/one"); } ``` and ``` body { background: url("//one"); } ``` is coming out as ``` body { background: //one; } ```