Title: [119793] trunk/LayoutTests
- Revision
- 119793
- Author
- [email protected]
- Date
- 2012-06-07 21:15:28 -0700 (Thu, 07 Jun 2012)
Log Message
Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset.html
https://bugs.webkit.org/show_bug.cgi?id=88526
Reviewed by Alexey Proskuryakov.
This test is skipped on other platforms than chromium.
* fast/dom/HTMLAnchorElement/anchor-download-unset.html:
* platform/chromium/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (119792 => 119793)
--- trunk/LayoutTests/ChangeLog 2012-06-08 03:21:55 UTC (rev 119792)
+++ trunk/LayoutTests/ChangeLog 2012-06-08 04:15:28 UTC (rev 119793)
@@ -1,3 +1,15 @@
+2012-06-07 Kinuko Yasuda <[email protected]>
+
+ Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset.html
+ https://bugs.webkit.org/show_bug.cgi?id=88526
+
+ Reviewed by Alexey Proskuryakov.
+
+ This test is skipped on other platforms than chromium.
+
+ * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
+ * platform/chromium/TestExpectations:
+
2012-06-07 Victor Carbune <[email protected]>
addTextTrack should set track mode to HIDDEN
Modified: trunk/LayoutTests/fast/dom/HTMLAnchorElement/anchor-download-unset.html (119792 => 119793)
--- trunk/LayoutTests/fast/dom/HTMLAnchorElement/anchor-download-unset.html 2012-06-08 03:21:55 UTC (rev 119792)
+++ trunk/LayoutTests/fast/dom/HTMLAnchorElement/anchor-download-unset.html 2012-06-08 04:15:28 UTC (rev 119793)
@@ -24,7 +24,7 @@
function runTest()
{
- var string = "<!doctype html><html><head><title>Title</title><script>if (window.layoutTestController) layoutTestController.dumpAsText(); </" + "script></head><body>PASS</body><script>if (window.layoutTestController) layoutTestController.notifyDone();</scr" + "ipt></html>");
+ var string = "<!doctype html><html><head><title>Title</title><script>if (window.layoutTestController) layoutTestController.dumpAsText(); </" + "script></head><body>PASS</body><script>if (window.layoutTestController) layoutTestController.notifyDone();</scr" + "ipt></html>";
var blob = new Blob([string], {type: "text/html"});
var link = document.getElementById("blob-url");
link.href = ""
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (119792 => 119793)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-08 03:21:55 UTC (rev 119792)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-08 04:15:28 UTC (rev 119793)
@@ -3596,7 +3596,6 @@
BUGWK85106 SLOW : tables/mozilla/other/slashlogo.html = PASS
BUGWK85174 : fast/files/blob-constructor.html = TEXT
-BUGWK85174 : fast/dom/HTMLAnchorElement/anchor-download-unset.html = TIMEOUT
BUGWK85120 : fast/js/toString-number.html = TEXT
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes