This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Description
What steps will reproduce the problem?
1. Put a large amount of inline CSS in a test page at
http://example.org/index.html
2. Specify a CDN domain of http://eg.org
3. Enable outline_css and combine_css
What is the expected output? What do you see instead?
Expected: inline CSS in now at http://eg.org/somefile.css
Actual: head now contains http://example.org/somefile.css This can only be
rectified by providing another file in the head to rewrite (and then both are
combined).
What version of the product are you using (please check X-Mod-Pagespeed
header)?
0.10.21.2-1381
On what operating system?
Ubuntu 10.04
Which version of Apache?
2.2
Apache/2.2.20
Which MPM?
Using Zend Server Community Edition
Please provide any additional information below, especially a URL or an
HTML file that exhibits the problem.
Original issue reported on code.google.com by [email protected] on 17 Apr 2012 at 11:42