I'm looking to save an entire HTML page, but I'm running into an issue with the CSS file that includes the line:
import url('someOtherCss.css');
When attempting to save the page using Firefox or Chrome with 'File->Save Page as...', this line is being ignored.
Is there a way to save the page along with the someOtherCss.css document without having to add the CSS files manually? I came across a bug report dating back to 2002 in Firefox regarding this issue https://bugzilla.mozilla.org/show_bug.cgi?id=126309.
Are there any browsers that support saving a complete HTML page with linked CSS files without manual intervention?