see webkit.org/b/155973
Unreviewed.
* plugins/missing-plugin-placeholder-expected-mismatch.html: Added.
* plugins/missing-plugin-placeholder.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@198898
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-03-31 Zalan Bujtas <zalan@apple.com>
+
+ Add a -mismatch test case for r198785.
+ see webkit.org/b/155973
+
+ Unreviewed.
+
+ * plugins/missing-plugin-placeholder-expected-mismatch.html: Added.
+ * plugins/missing-plugin-placeholder.html: Added.
+
2016-03-31 Nan Wang <n_wang@apple.com>
AX: aria-hidden=false causes video fallback content to be exposed to AX API
--- /dev/null
+<html>
+<head>
+<title>This tests that missing-plugin placeholder shows up.</title>
+<style>
+ div {
+ width: 500px;
+ height: 500px;
+ background: green;
+ }
+</style>
+</head>
+<body>
+<div></div>
+</body>
+</html>
--- /dev/null
+<html>
+<head>
+<title>This tests that missing-plugin placeholder shows up.</title>
+<style>
+ embed {
+ width: 500px;
+ height: 500px;
+ background: green;
+ }
+</style>
+</head>
+<body>
+<embed type="application/x-non-existent"></embed>
+</body>
+</html>