Title: [198898] trunk/LayoutTests
Revision
198898
Author
[email protected]
Date
2016-03-31 09:48:39 -0700 (Thu, 31 Mar 2016)

Log Message

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.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (198897 => 198898)


--- trunk/LayoutTests/ChangeLog	2016-03-31 16:45:21 UTC (rev 198897)
+++ trunk/LayoutTests/ChangeLog	2016-03-31 16:48:39 UTC (rev 198898)
@@ -1,3 +1,13 @@
+2016-03-31  Zalan Bujtas  <[email protected]>
+
+        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  <[email protected]>
 
         AX: aria-hidden=false causes video fallback content to be exposed to AX API

Added: trunk/LayoutTests/plugins/missing-plugin-placeholder-expected-mismatch.html (0 => 198898)


--- trunk/LayoutTests/plugins/missing-plugin-placeholder-expected-mismatch.html	                        (rev 0)
+++ trunk/LayoutTests/plugins/missing-plugin-placeholder-expected-mismatch.html	2016-03-31 16:48:39 UTC (rev 198898)
@@ -0,0 +1,15 @@
+<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>

Added: trunk/LayoutTests/plugins/missing-plugin-placeholder.html (0 => 198898)


--- trunk/LayoutTests/plugins/missing-plugin-placeholder.html	                        (rev 0)
+++ trunk/LayoutTests/plugins/missing-plugin-placeholder.html	2016-03-31 16:48:39 UTC (rev 198898)
@@ -0,0 +1,15 @@
+<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>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to