Posted by tic2000 on July 5, 2009 at 2:03am
4 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | simpletest.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Quick fix |
Issue Summary
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.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| css-test.patch | 1.13 KB | Idle | Passed: 11660 passes, 0 fails, 0 exceptions | View details |
Comments
#1
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.
#2
Seems good.
#3
Committed to CVS HEAD. Thanks.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.