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