Title: [117767] trunk/LayoutTests
Revision
117767
Author
[email protected]
Date
2012-05-21 04:50:23 -0700 (Mon, 21 May 2012)

Log Message

inspector/styles/css-live-edit.html times out.
https://bugs.webkit.org/show_bug.cgi?id=82409

Not reviewed: test fix.

* inspector/styles/css-live-edit.html:
* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117766 => 117767)


--- trunk/LayoutTests/ChangeLog	2012-05-21 11:25:19 UTC (rev 117766)
+++ trunk/LayoutTests/ChangeLog	2012-05-21 11:50:23 UTC (rev 117767)
@@ -1,3 +1,13 @@
+2012-05-21  Pavel Feldman  <[email protected]>
+
+        inspector/styles/css-live-edit.html times out.
+        https://bugs.webkit.org/show_bug.cgi?id=82409
+
+        Not reviewed: test fix.
+
+        * inspector/styles/css-live-edit.html:
+        * platform/chromium/test_expectations.txt:
+
 2012-05-21  Csaba Osztrogonác  <[email protected]>
 
         [Qt] Unreviewed gardening, unskip a now passing test.

Modified: trunk/LayoutTests/inspector/styles/css-live-edit.html (117766 => 117767)


--- trunk/LayoutTests/inspector/styles/css-live-edit.html	2012-05-21 11:25:19 UTC (rev 117766)
+++ trunk/LayoutTests/inspector/styles/css-live-edit.html	2012-05-21 11:50:23 UTC (rev 117767)
@@ -3,19 +3,19 @@
 <script src=""
 <script src=""
 <script src=""
-<script src=""
+<script src=""
 <link rel="stylesheet" href=""
 <div id=foo></div>
 <script>
 
 function test()
 {
-    WebInspector.showPanel("resources");
+    WebInspector.showPanel("scripts");
 
     InspectorTest.runTestSuite([
         function testLiveEdit(next)
         {
-            InspectorTest.showResource("get-set-stylesheet-text.css", didShowResource);
+            InspectorTest.showScriptSource("get-set-stylesheet-text.css", didShowResource);
 
             function didShowResource(sourceFrame)
             {

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (117766 => 117767)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-05-21 11:25:19 UTC (rev 117766)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-05-21 11:50:23 UTC (rev 117767)
@@ -3478,8 +3478,6 @@
 // this test appears to consistently fail during the main run but usually passes on a retry.
 BUGWK82404 : plugins/netscape-dom-access-and-reload.html = PASS TEXT
 
-BUGWK82409 LINUX RELEASE : inspector/styles/css-live-edit.html = PASS TIMEOUT
-
 BUGWK82410 : css2.1/20110323/abspos-containing-block-initial-004b.htm = PASS IMAGE
 BUGWK82410 : css2.1/20110323/abspos-containing-block-initial-004d.htm = PASS IMAGE
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to