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.

CommentFileSizeAuthor
css-test.patch1.13 KBtic2000
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tic2000’s picture

The 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.

boombatower’s picture

Status: Needs review » Reviewed & tested by the community

Seems good.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Quick fix

Automatically closed -- issue fixed for 2 weeks with no activity.