Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
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>