git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a -mismatch test case for r198785.
[WebKit-https.git]
/
LayoutTests
/
plugins
/
missing-plugin-placeholder-expected-mismatch.html
1
<html>
2
<head>
3
<title>This tests that missing-plugin placeholder shows up.</title>
4
<style>
5
div {
6
width: 500px;
7
height: 500px;
8
background: green;
9
}
10
</style>
11
</head>
12
<body>
13
<div></div>
14
</body>
15
</html>