repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git]
/
layout
/
reftests
/
printing
/
test-unexpected-text.html
blob
8c705dd1bc2b9774a2022ad65d45d8c67ac8f0bd
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<link
href
=
"print.css"
rel
=
"stylesheet"
>
6
</head>
7
<body>
8
<p>
9
<span>
This text appears in both the testcase and non-reference case.
</span>
10
<b>
But this text ONLY appears in the testcase.
</b>
11
</p>
12
</body>
13
</html>