freeCodeCamp/bower_components/jsdom/test/level2/style/getComputedStyleExternal.html

13 lines
220 B
HTML
Raw Normal View History

2014-10-13 21:14:51 +00:00
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>test</title>
<link rel='stylesheet' href='http://127.0.0.1:10099/style.css'/>
</head>
<body>
<div>displayed</div>
<p>no displayed</p>
</body>
</html>