Changeset 72693 in webkit


Ignore:
Timestamp:
Nov 24, 2010 11:23:48 AM (13 years ago)
Author:
caseq@chromium.org
Message:

2010-11-24 Andrey Kosyakov <caseq@chromium.org>

Unreviewed, update platform expectations following expectations change in r72683.

  • platform/mac-leopard/inspector/extensions-resources-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r72687 r72693  
     12010-11-24  Andrey Kosyakov  <caseq@chromium.org>
     2
     3        Unreviewed, update platform expectations following expectations change in r72683.
     4
     5        * platform/mac-leopard/inspector/extensions-resources-expected.txt:
     6
    172010-11-24  Alexander Pavlov  <apavlov@chromium.org>
    28
  • trunk/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt

    r70286 r72693  
    55Started extension.
    66Running tests...
    7 RUNNING TEST: extension_testGetAllResources
    8 resource: .../tests/inspector/inspector-test2.js, type: script
    9 resource: .../LayoutTests/inspector/extensions-resources.html, type: document
    10 resource: .../LayoutTests/inspector/extensions-resources.html, type: xhr
    11 resource: .../LayoutTests/inspector/extensions-test.js, type: script
    12 resource: .../inspector/resources/abe.png, type: image
    13 resource: .../inspector/resources/Ahem.ttf, type: font
    14 resource: .../inspector/resources/audits-style1.css, type: stylesheet
    15 resource: .../inspector/resources/missing-image.png, type: other
    16 RUNNING TEST: extension_testGetInvalidResource
    17 Attempted to retrieve invalid resource: {"code":"E_NOTFOUND","description":"Object not found: %s","details":[2128506],"isError":true}
    18 RUNNING TEST: extension_testGetPageTimings
    19 Got callback from getPageTimings, pageTimings dump follows
    20 {
    21     onContentLoad : <number>
    22     onLoad : <number>
    23 }
     7RUNNING TEST: extension_testGetHAR
     8resource: .../tests/inspector/inspector-test2.js
     9resource: .../LayoutTests/inspector/extensions-resources.html
     10resource: .../LayoutTests/inspector/extensions-resources.html
     11resource: .../LayoutTests/inspector/extensions-test.js
     12resource: .../inspector/resources/abe.png
     13resource: .../inspector/resources/Ahem.ttf
     14resource: .../inspector/resources/audits-style1.css
     15resource: .../inspector/resources/missing-image.png
    2416RUNNING TEST: extension_testGetResourceContent
    2517{
    26     0 : {
    27         code : "E_NOTFOUND"
    28         description : "Object not found: %s"
    29         details : {
    30             0 : 2126506
    31         }
    32         isError : true
    33     }
    34     1 : {
    35         id : <number>
    36         encoding : ""
    37         content : ".some-style {
     18    0 : ".some-style {
    3819    vertical-align: middle;
    3920}"
    40     }
    41     2 : {
    42         id : <number>
    43         encoding : "base64"
    44         content : ""
    45     }
    46     3 : {
    47         id : <number>
    48         encoding : "base64"
    49         content : ""
    50     }
     21    1 : ""
     22}
     23RUNNING TEST: extension_testGetResourceContentEncoded
     24{
     25    0 : ""
     26    1 : "base64"
    5127}
    5228RUNNING TEST: extension_testResourceNotification
Note: See TracChangeset for help on using the changeset viewer.