Title: [185469] trunk/LayoutTests
- Revision
- 185469
- Author
- [email protected]
- Date
- 2015-06-11 13:23:34 -0700 (Thu, 11 Jun 2015)
Log Message
Update plugins/embed-attributes-style.html to not use the QuickTime plug-in
https://bugs.webkit.org/show_bug.cgi?id=145891
Reviewed by Anders Carlsson.
* platform/mac/plugins/embed-attributes-style-expected.png:
* plugins/embed-attributes-style.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (185468 => 185469)
--- trunk/LayoutTests/ChangeLog 2015-06-11 20:21:07 UTC (rev 185468)
+++ trunk/LayoutTests/ChangeLog 2015-06-11 20:23:34 UTC (rev 185469)
@@ -1,3 +1,13 @@
+2015-06-11 Alexey Proskuryakov <[email protected]>
+
+ Update plugins/embed-attributes-style.html to not use the QuickTime plug-in
+ https://bugs.webkit.org/show_bug.cgi?id=145891
+
+ Reviewed by Anders Carlsson.
+
+ * platform/mac/plugins/embed-attributes-style-expected.png:
+ * plugins/embed-attributes-style.html:
+
2015-06-11 Commit Queue <[email protected]>
Unreviewed, rolling out r185465.
Modified: trunk/LayoutTests/platform/mac/plugins/embed-attributes-style-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/plugins/embed-attributes-style.html (185468 => 185469)
--- trunk/LayoutTests/plugins/embed-attributes-style.html 2015-06-11 20:21:07 UTC (rev 185468)
+++ trunk/LayoutTests/plugins/embed-attributes-style.html 2015-06-11 20:23:34 UTC (rev 185469)
@@ -16,16 +16,16 @@
<div id='console'></div>
<div>
- <embed type="video/quicktime" valign="top"></embed>
+ <embed type="application/x-webkit-test-netscape" valign="top"></embed>
valign top attribute
</div>
<div>
- <embed type="video/quicktime" border="5px solid black"></embed>
+ <embed type="application/x-webkit-test-netscape" border="5px solid black"></embed>
border 5px attribute
</div>
<div>
- <embed hidden="yes" style="border: 1px dashed black" type="video/quicktime"></embed>
+ <embed hidden="yes" style="border: 1px dashed black" type="application/x-webkit-test-netscape"></embed>
hidden attribute
</div>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes