AJAXFrameworkTestCase::testLazyLoad in core/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
ajax_render in core/includes/ajax.inc
Renders a commands array into JSON.
CommonCascadingStylesheetsTestCase::testRenderExternal in core/modules/simpletest/tests/common.test
Tests rendering an external stylesheet.
CommonCascadingStylesheetsTestCase::testRenderFile in core/modules/simpletest/tests/common.test
Tests rendering the stylesheets.
CommonCascadingStylesheetsTestCase::testRenderInlineNoPreprocess in core/modules/simpletest/tests/common.test
Tests rendering inline stylesheets with preprocessing off.
CommonCascadingStylesheetsTestCase::testRenderInlinePreprocess in core/modules/simpletest/tests/common.test
Tests rendering inline stylesheets with preprocessing on.
CommonCascadingStylesheetsTestCase::testRenderOrder in core/modules/simpletest/tests/common.test
Test CSS ordering.
CommonCascadingStylesheetsTestCase::testRenderOverride in core/modules/simpletest/tests/common.test
Test CSS override.
CommonCascadingStylesheetsTestCase::testRenderStylesAttributes in core/modules/simpletest/tests/common.test
Test CSS Styles with attributes rendering.
CommonJavaScriptTestCase::testLibraryRender in core/modules/simpletest/tests/common.test
Adds a library to the page and tests for both its JavaScript and its CSS.
drupal_get_css in core/includes/drupal.inc
Returns a themed representation of all stylesheets to attach to the page.
maintenance-page.tpl.php in core/themes/bartik/templates/maintenance-page.tpl.php
Implementation to display a single Backdrop page while offline.
maintenance-page.tpl.php in core/themes/seven/templates/maintenance-page.tpl.php
maintenance-page.tpl.php in core/modules/system/templates/maintenance-page.tpl.php
Default theme implementation to display a single Backdrop page while offline.
page.tpl.php in core/modules/system/templates/page.tpl.php
Default theme implementation to display the basic html structure of a single Backdrop page.