Changeset 117767 in webkit
- Timestamp:
- May 21, 2012, 4:50:23 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
inspector/styles/css-live-edit.html (modified) (2 diffs)
-
platform/chromium/test_expectations.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r117765 r117767 1 2012-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 1 11 2012-05-21 Csaba Osztrogonác <ossy@webkit.org> 2 12 -
trunk/LayoutTests/inspector/styles/css-live-edit.html
r107055 r117767 4 4 <script src="../../http/tests/inspector/elements-test.js"></script> 5 5 <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> 7 7 <link rel="stylesheet" href="resources/get-set-stylesheet-text.css"> 8 8 <div id=foo></div> … … 11 11 function test() 12 12 { 13 WebInspector.showPanel(" resources");13 WebInspector.showPanel("scripts"); 14 14 15 15 InspectorTest.runTestSuite([ 16 16 function testLiveEdit(next) 17 17 { 18 InspectorTest.show Resource("get-set-stylesheet-text.css", didShowResource);18 InspectorTest.showScriptSource("get-set-stylesheet-text.css", didShowResource); 19 19 20 20 function didShowResource(sourceFrame) -
trunk/LayoutTests/platform/chromium/test_expectations.txt
r117709 r117767 3479 3479 BUGWK82404 : plugins/netscape-dom-access-and-reload.html = PASS TEXT 3480 3480 3481 BUGWK82409 LINUX RELEASE : inspector/styles/css-live-edit.html = PASS TIMEOUT3482 3483 3481 BUGWK82410 : css2.1/20110323/abspos-containing-block-initial-004b.htm = PASS IMAGE 3484 3482 BUGWK82410 : css2.1/20110323/abspos-containing-block-initial-004d.htm = PASS IMAGE
Note:
See TracChangeset
for help on using the changeset viewer.