Title: [176271] branches/safari-600.3-branch/LayoutTests
Revision
176271
Author
[email protected]
Date
2014-11-18 11:24:43 -0800 (Tue, 18 Nov 2014)

Log Message

Merge missing layout tests which were added to trunk in r175197.
rdar://problem/18976843

* css3/infinite-word-spacing-expected.txt: Added.
* css3/infinite-word-spacing.html: Added.

Modified Paths

Added Paths

Diff

Modified: branches/safari-600.3-branch/LayoutTests/ChangeLog (176270 => 176271)


--- branches/safari-600.3-branch/LayoutTests/ChangeLog	2014-11-18 19:14:52 UTC (rev 176270)
+++ branches/safari-600.3-branch/LayoutTests/ChangeLog	2014-11-18 19:24:43 UTC (rev 176271)
@@ -1,3 +1,11 @@
+2014-11-18  Matthew Hanson  <[email protected]>
+
+        Merge missing layout tests which were added to trunk in r175197.
+        rdar://problem/18976843
+
+        * css3/infinite-word-spacing-expected.txt: Added.
+        * css3/infinite-word-spacing.html: Added.
+
 2014-11-17  Dana Burkart  <[email protected]>
 
         Merge r173293. <rdar://problem/18978414>

Added: branches/safari-600.3-branch/LayoutTests/css3/infinite-word-spacing-expected.txt (0 => 176271)


--- branches/safari-600.3-branch/LayoutTests/css3/infinite-word-spacing-expected.txt	                        (rev 0)
+++ branches/safari-600.3-branch/LayoutTests/css3/infinite-word-spacing-expected.txt	2014-11-18 19:24:43 UTC (rev 176271)
@@ -0,0 +1 @@
+PASS if no assert or crash in debug.

Added: branches/safari-600.3-branch/LayoutTests/css3/infinite-word-spacing.html (0 => 176271)


--- branches/safari-600.3-branch/LayoutTests/css3/infinite-word-spacing.html	                        (rev 0)
+++ branches/safari-600.3-branch/LayoutTests/css3/infinite-word-spacing.html	2014-11-18 19:24:43 UTC (rev 176271)
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <style>
+    h1 {
+        -webkit-animation-name: spacing;
+        -webkit-animation-duration: 1s;
+    }
+    @-webkit-keyframes spacing {
+      0%  {
+        word-spacing: normal
+      }
+      20%  {
+        word-spacing: 11111111111111111111111111111111111111111111111111%
+      }
+      40%  {
+        word-spacing: 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111%
+      }
+      60%  {
+        word-spacing: 200%
+      }
+      80%  {
+        word-spacing: 300%
+      }
+      100% { }
+    }
+  </style>
+</head>
+<script>
+if (window.testRunner)
+  testRunner.dumpAsText();
+</script>
+<body>
+<h1>PASS if no assert or crash in debug.</h1>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to