Changeset 119472 in webkit
- Timestamp:
- Jun 5, 2012, 2:33:33 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
inspector/styles/lazy-computed-style-expected.txt (modified) (1 diff)
-
inspector/styles/styles-computed-trace-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r119469 r119472 1 2012-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 1 8 2012-06-05 Alexander Pavlov <apavlov@chromium.org> 2 9 -
trunk/LayoutTests/inspector/styles/lazy-computed-style-expected.txt
r116645 r119472 39 39 ==== All styles (computed should be there) ==== 40 40 [expanded] 41 -webkit-background-clip: border-box; 42 -webkit-background-origin: padding-box; 43 -webkit-background-size: auto; 41 44 background-attachment: scroll; 42 45 #inspected - initial lazy-computed-style.html:15 -
trunk/LayoutTests/inspector/styles/styles-computed-trace-expected.txt
r116645 r119472 3 3 ==== Computed style for ID1 ==== 4 4 [expanded] 5 -webkit-background-clip: border-box; 6 -webkit-background-origin: padding-box; 7 -webkit-background-size: auto; 5 8 background-attachment: scroll; 6 9 #id1 - initial styles-computed-trace.html:23
Note:
See TracChangeset
for help on using the changeset viewer.