Title: [135885] trunk/LayoutTests
- Revision
- 135885
- Author
- [email protected]
- Date
- 2012-11-27 11:16:27 -0800 (Tue, 27 Nov 2012)
Log Message
Layout Test transitions/transition-shorthand-delay.html should usePauseAPI
https://bugs.webkit.org/show_bug.cgi?id=103402
Patch by Jussi Kukkonen <[email protected]> on 2012-11-27
Reviewed by Simon Fraser.
PauseAPI works when pausing during delay in transitions now, using it
should fix the flakiness.
* platform/efl/TestExpectations:
* transitions/transition-shorthand-delay.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (135884 => 135885)
--- trunk/LayoutTests/ChangeLog 2012-11-27 19:15:04 UTC (rev 135884)
+++ trunk/LayoutTests/ChangeLog 2012-11-27 19:16:27 UTC (rev 135885)
@@ -1,3 +1,16 @@
+2012-11-27 Jussi Kukkonen <[email protected]>
+
+ Layout Test transitions/transition-shorthand-delay.html should usePauseAPI
+ https://bugs.webkit.org/show_bug.cgi?id=103402
+
+ Reviewed by Simon Fraser.
+
+ PauseAPI works when pausing during delay in transitions now, using it
+ should fix the flakiness.
+
+ * platform/efl/TestExpectations:
+ * transitions/transition-shorthand-delay.html:
+
2012-11-27 Robert Hogan <[email protected]>
REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font
Modified: trunk/LayoutTests/platform/efl/TestExpectations (135884 => 135885)
--- trunk/LayoutTests/platform/efl/TestExpectations 2012-11-27 19:15:04 UTC (rev 135884)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2012-11-27 19:16:27 UTC (rev 135885)
@@ -723,8 +723,6 @@
webkit.org/b/103383 fast/css/counters/element-removal-crash.xhtml [ Failure Pass ]
-webkit.org/b/103402 transitions/transition-shorthand-delay.html [ Failure Pass ]
-
#////////////////////////////////////////////////////////////////////////////////////////
# FAILING TESTS
#////////////////////////////////////////////////////////////////////////////////////////
Modified: trunk/LayoutTests/transitions/transition-shorthand-delay.html (135884 => 135885)
--- trunk/LayoutTests/transitions/transition-shorthand-delay.html 2012-11-27 19:15:04 UTC (rev 135884)
+++ trunk/LayoutTests/transitions/transition-shorthand-delay.html 2012-11-27 19:16:27 UTC (rev 135885)
@@ -28,9 +28,7 @@
document.getElementById("target").className = "moved";
}
- // Pause API isn't happy pausing during delay yet.
- // https://bugs.webkit.org/show_bug.cgi?id=59475
- runTransitionTest(expectedValues, setupTest, dontUsePauseAPI);
+ runTransitionTest(expectedValues, setupTest, usePauseAPI);
</script>
</head>
<body>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes