Skip to main content

Bug Tracker

Side navigation

Ticket #1319: slowcss.php


File slowcss.php, 0.1 KB (added by davidserduke, December 17, 2007 11:31PM UTC)

simplified test case 2 data

<?php
  if (isset($_REQUEST['t'])) {
    sleep($_REQUEST['t']);
  }
  header("Content-Type: text/css");
?>

#tester { width:100px; background:yellow; }

Download in other formats:

Original Format