repo.or.cz
/
webbrowser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rubber-stamped by Brady Eidson.
[webbrowser.git]
/
LayoutTests
/
fast
/
parser
/
html-whitespace.html
blob
7f5f2719bc6f2244465dbd2b086854893dd7038c
1
<html>
2
<head>
3
<meta
charset
=
"windows-1252"
>
4
<style>
5
div { background-color:green }
6
.whitespace { background-color:red }
7
</style>
8
</head>
9
<body>
10
<script>if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>
11
<div