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

Changeset 119472 in webkit


Ignore:
Timestamp:
Jun 5, 2012, 2:33:33 AM (14 years ago)
Author:
apavlov@chromium.org
Message:

Unreviewed, build fix after r119469.

  • inspector/styles/lazy-computed-style-expected.txt:
  • inspector/styles/styles-computed-trace-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r119469 r119472  
     12012-06-05  Alexander Pavlov  <apavlov@chromium.org>
     2
     3        Unreviewed, build fix after r119469.
     4
     5        * inspector/styles/lazy-computed-style-expected.txt:
     6        * inspector/styles/styles-computed-trace-expected.txt:
     7
    182012-06-05  Alexander Pavlov  <apavlov@chromium.org>
    29
  • trunk/LayoutTests/inspector/styles/lazy-computed-style-expected.txt

    r116645 r119472  
    3939==== All styles (computed should be there) ====
    4040[expanded]
     41-webkit-background-clip: border-box;
     42-webkit-background-origin: padding-box;
     43-webkit-background-size: auto;
    4144background-attachment: scroll;
    4245    #inspected - initial lazy-computed-style.html:15
  • trunk/LayoutTests/inspector/styles/styles-computed-trace-expected.txt

    r116645 r119472  
    33==== Computed style for ID1 ====
    44[expanded]
     5-webkit-background-clip: border-box;
     6-webkit-background-origin: padding-box;
     7-webkit-background-size: auto;
    58background-attachment: scroll;
    69    #id1 - initial styles-computed-trace.html:23
Note: See TracChangeset for help on using the changeset viewer.