As [#469242#comment-1776116] proves, if a patch adds some css inline using drupal_add_css() it will always fail testRenderInlineFullPage() because the test checks the full <style> tag without knowing if some other css was added inline.
I changed the text so it uses an insane font-size and only check if that is added to the page.
| Comment | File | Size | Author |
|---|---|---|---|
| css-test.patch | 1.13 KB | tic2000 |
Comments
Comment #1
tic2000 commentedThe issue is #469242: Move <head> outside page.tpl.php and the problem is described in #37
Note to self: learn to use preview when adding an issue.
Comment #2
boombatower commentedSeems good.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.