Title: [128896] trunk/LayoutTests
Revision
128896
Author
[email protected]
Date
2012-09-18 08:02:34 -0700 (Tue, 18 Sep 2012)

Log Message

Unreviewed. Avoid using a deprecated extension API parameter in test to avoid console warning,
that break expectations on EFL due to EFL's DRT logging inspector console output to test
expectations.

* inspector/extensions/extensions-audits-api.html:
* platform/efl/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (128895 => 128896)


--- trunk/LayoutTests/ChangeLog	2012-09-18 15:00:45 UTC (rev 128895)
+++ trunk/LayoutTests/ChangeLog	2012-09-18 15:02:34 UTC (rev 128896)
@@ -1,3 +1,12 @@
+2012-09-18  Andrey Kosyakov  <[email protected]>
+
+        Unreviewed. Avoid using a deprecated extension API parameter in test to avoid console warning,
+        that break expectations on EFL due to EFL's DRT logging inspector console output to test
+        expectations.
+
+        * inspector/extensions/extensions-audits-api.html:
+        * platform/efl/TestExpectations:
+
 2012-09-18  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] Gardening.

Modified: trunk/LayoutTests/inspector/extensions/extensions-audits-api.html (128895 => 128896)


--- trunk/LayoutTests/inspector/extensions/extensions-audits-api.html	2012-09-18 15:00:45 UTC (rev 128895)
+++ trunk/LayoutTests/inspector/extensions/extensions-audits-api.html	2012-09-18 15:02:34 UTC (rev 128896)
@@ -20,7 +20,7 @@
             results.done();
         });
     }
-    var category = webInspector.audits.addCategory("Extension audits", 20);
+    var category = webInspector.audits.addCategory("Extension audits");
     category.onAuditStarted.addListener(onStartAuditCategory);
     output("Added audit category, result dump follows:");
     dumpObject(category);

Modified: trunk/LayoutTests/platform/efl/TestExpectations (128895 => 128896)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-09-18 15:00:45 UTC (rev 128895)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-09-18 15:02:34 UTC (rev 128896)
@@ -1071,6 +1071,3 @@
 BUGWK97001 : fast/js/object-bad-time.html = CRASH
 BUGWK97001 : ietestcenter/_javascript_/15.4.4.14-9-b-i-5.html = CRASH
 BUGWK97001 : ietestcenter/_javascript_/15.4.4.15-8-b-i-5.html = CRASH
-
-// Inspector output should not be displayed by DRT/WTR.
-BUGWK97018 : inspector/extensions/extentions-audits-api.html = TEXT
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to