⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 117767 in webkit


Ignore:
Timestamp:
May 21, 2012, 4:50:23 AM (14 years ago)
Author:
pfeldman@chromium.org
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:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r117765 r117767  
     12012-05-21  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        inspector/styles/css-live-edit.html times out.
     4        https://bugs.webkit.org/show_bug.cgi?id=82409
     5
     6        Not reviewed: test fix.
     7
     8        * inspector/styles/css-live-edit.html:
     9        * platform/chromium/test_expectations.txt:
     10
    1112012-05-21  Csaba Osztrogonác  <ossy@webkit.org>
    212
  • trunk/LayoutTests/inspector/styles/css-live-edit.html

    r107055 r117767  
    44<script src="../../http/tests/inspector/elements-test.js"></script>
    55<script src="../../http/tests/inspector/live-edit-test.js"></script>
    6 <script src="../../http/tests/inspector/resources-test.js"></script>
     6<script src="../../http/tests/inspector/debugger-test.js"></script>
    77<link rel="stylesheet" href="resources/get-set-stylesheet-text.css">
    88<div id=foo></div>
     
    1111function test()
    1212{
    13     WebInspector.showPanel("resources");
     13    WebInspector.showPanel("scripts");
    1414
    1515    InspectorTest.runTestSuite([
    1616        function testLiveEdit(next)
    1717        {
    18             InspectorTest.showResource("get-set-stylesheet-text.css", didShowResource);
     18            InspectorTest.showScriptSource("get-set-stylesheet-text.css", didShowResource);
    1919
    2020            function didShowResource(sourceFrame)
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r117709 r117767  
    34793479BUGWK82404 : plugins/netscape-dom-access-and-reload.html = PASS TEXT
    34803480
    3481 BUGWK82409 LINUX RELEASE : inspector/styles/css-live-edit.html = PASS TIMEOUT
    3482 
    34833481BUGWK82410 : css2.1/20110323/abspos-containing-block-initial-004b.htm = PASS IMAGE
    34843482BUGWK82410 : css2.1/20110323/abspos-containing-block-initial-004d.htm = PASS IMAGE
Note: See TracChangeset for help on using the changeset viewer.