jQuery
Plugins
UI
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Bug Tracker
Search
Tickets
Go
Tracker Account
Login
About Trac
Preferences
Help/Guide
Register
Bug Tracker
Wiki
Roadmap
Browse Source
View Tickets
Search
Timeline
Ticket #1319
: slowcss.php
File slowcss.php,
152 bytes
(added by davidserduke,
9 months
ago)
simplified test case 2 data
Line
1
<?php
2
if (isset(
$_REQUEST
[
't'
])) {
3
sleep
(
$_REQUEST
[
't'
]);
4
}
5
header
(
"Content-Type: text/css"
);
6
?>
7
8
#tester { width:100px; background:yellow; }
Download in other formats:
Original Format