Title: [181827] trunk/LayoutTests
- Revision
- 181827
- Author
- [email protected]
- Date
- 2015-03-21 12:34:31 -0700 (Sat, 21 Mar 2015)
Log Message
Import the blink test fast/css/currentcolor-strict-mode.html
https://bugs.webkit.org/show_bug.cgi?id=142838
Patch by Benjamin Poulain <[email protected]> on 2015-03-21
Reviewed by Darin Adler.
* fast/css/currentcolor-strict-mode-expected.html: Added.
* fast/css/currentcolor-strict-mode.html: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (181826 => 181827)
--- trunk/LayoutTests/ChangeLog 2015-03-21 15:48:24 UTC (rev 181826)
+++ trunk/LayoutTests/ChangeLog 2015-03-21 19:34:31 UTC (rev 181827)
@@ -1,3 +1,13 @@
+2015-03-21 Benjamin Poulain <[email protected]>
+
+ Import the blink test fast/css/currentcolor-strict-mode.html
+ https://bugs.webkit.org/show_bug.cgi?id=142838
+
+ Reviewed by Darin Adler.
+
+ * fast/css/currentcolor-strict-mode-expected.html: Added.
+ * fast/css/currentcolor-strict-mode.html: Added.
+
2015-03-21 Commit Queue <[email protected]>
Unreviewed, rolling out r181824.
Added: trunk/LayoutTests/fast/css/currentcolor-strict-mode-expected.html (0 => 181827)
--- trunk/LayoutTests/fast/css/currentcolor-strict-mode-expected.html (rev 0)
+++ trunk/LayoutTests/fast/css/currentcolor-strict-mode-expected.html 2015-03-21 19:34:31 UTC (rev 181827)
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+div {
+ color: green;
+ border: 5px solid green;
+}
+</style>
+<div>currentColor should work in strict mode</div>
Added: trunk/LayoutTests/fast/css/currentcolor-strict-mode.html (0 => 181827)
--- trunk/LayoutTests/fast/css/currentcolor-strict-mode.html (rev 0)
+++ trunk/LayoutTests/fast/css/currentcolor-strict-mode.html 2015-03-21 19:34:31 UTC (rev 181827)
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+div {
+ color: green;
+ border: 5px solid currentColor;
+}
+</style>
+<div>currentColor should work in strict mode</div>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes