Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
stylesheet-html.php
blob: 75fb6489253543a28dd7a394c3d966661bc561cb [
file
] [
log
] [
blame
]
<?
php
echo
"<link rel=stylesheet href="
.
$_GET
[
'sheet'
]
.
">"
;
?>
<div
id
=
test1
></div>
<div
id
=
test2
></div>