Changeset 150061 in webkit
- Timestamp:
- May 14, 2013, 2:23:19 AM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r150059 r150061 1 2013-05-14 Zoltan Arvai <zarvai@inf.u-szeged.hu> 2 3 [Qt] Unreviewed gardening. 4 5 * platform/qt/TestExpectations: Skip test using disabled feature. 6 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Rebaselining after r149869. 7 1 8 2013-05-14 Jinwoo Song <jinwoo7.song@samsung.com> 2 9 -
trunk/LayoutTests/platform/qt/TestExpectations
r150023 r150061 369 369 fast/css/variables/var-inside-pair.html 370 370 fast/css/variables/var-inside-quad.html 371 fast/css/variables/var-inside-shape.html 371 372 fast/css/variables/var-inside-shorthand.html 372 373 fast/css/variables/variable-chain.html -
trunk/LayoutTests/platform/qt/http/tests/security/cross-frame-access-put-expected.txt
r148596 r150061 295 295 ALERT: PASS: window.innerWidth should be '300' and is. 296 296 ALERT: PASS: window.length should be '0' and is. 297 ALERT: PASS: window.locationbar should be '[object Bar Info]' and is.298 ALERT: PASS: window.menubar should be '[object Bar Info]' and is.297 ALERT: PASS: window.locationbar should be '[object BarProp]' and is. 298 ALERT: PASS: window.menubar should be '[object BarProp]' and is. 299 299 ALERT: PASS: window.name should be '' and is. 300 300 ALERT: PASS: window.navigator should be '[object Navigator]' and is. … … 330 330 ALERT: PASS: window.pageXOffset should be '0' and is. 331 331 ALERT: PASS: window.pageYOffset should be '0' and is. 332 ALERT: PASS: window.personalbar should be '[object Bar Info]' and is.332 ALERT: PASS: window.personalbar should be '[object BarProp]' and is. 333 333 ALERT: PASS: window.plugins should be 'undefined' and is. 334 334 ALERT: PASS: window.screen should be '[object Screen]' and is. 335 ALERT: PASS: window.screenLeft should be ' 0' and is.335 ALERT: PASS: window.screenLeft should be '112' and is. 336 336 ALERT: PASS: window.screenTop matched the expected value. 337 ALERT: PASS: window.screenX should be ' 0' and is.337 ALERT: PASS: window.screenX should be '112' and is. 338 338 ALERT: PASS: window.screenY matched the expected value. 339 ALERT: PASS: window.scrollbars should be '[object Bar Info]' and is.339 ALERT: PASS: window.scrollbars should be '[object BarProp]' and is. 340 340 ALERT: PASS: window.scrollX should be '0' and is. 341 341 ALERT: PASS: window.scrollY should be '0' and is. 342 342 ALERT: PASS: window.self should be '[object Window]' and is. 343 343 ALERT: PASS: window.status should be '' and is. 344 ALERT: PASS: window.statusbar should be '[object Bar Info]' and is.345 ALERT: PASS: window.toolbar should be '[object Bar Info]' and is.344 ALERT: PASS: window.statusbar should be '[object BarProp]' and is. 345 ALERT: PASS: window.toolbar should be '[object BarProp]' and is. 346 346 ALERT: PASS: window.window should be '[object Window]' and is. 347 347 ALERT: PASS: window.parent should be parentOld and is.
Note:
See TracChangeset
for help on using the changeset viewer.