Changeset 150061 in webkit


Ignore:
Timestamp:
May 14, 2013, 2:23:19 AM (12 years ago)
Author:
zarvai@inf.u-szeged.hu
Message:

[Qt] Unreviewed gardening.

  • platform/qt/TestExpectations: Skip test using disabled feature.
  • platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Rebaselining after r149869.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r150059 r150061  
     12013-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
    182013-05-14  Jinwoo Song  <jinwoo7.song@samsung.com>
    29
  • trunk/LayoutTests/platform/qt/TestExpectations

    r150023 r150061  
    369369fast/css/variables/var-inside-pair.html
    370370fast/css/variables/var-inside-quad.html
     371fast/css/variables/var-inside-shape.html
    371372fast/css/variables/var-inside-shorthand.html
    372373fast/css/variables/variable-chain.html
  • trunk/LayoutTests/platform/qt/http/tests/security/cross-frame-access-put-expected.txt

    r148596 r150061  
    295295ALERT: PASS: window.innerWidth should be '300' and is.
    296296ALERT: PASS: window.length should be '0' and is.
    297 ALERT: PASS: window.locationbar should be '[object BarInfo]' and is.
    298 ALERT: PASS: window.menubar should be '[object BarInfo]' and is.
     297ALERT: PASS: window.locationbar should be '[object BarProp]' and is.
     298ALERT: PASS: window.menubar should be '[object BarProp]' and is.
    299299ALERT: PASS: window.name should be '' and is.
    300300ALERT: PASS: window.navigator should be '[object Navigator]' and is.
     
    330330ALERT: PASS: window.pageXOffset should be '0' and is.
    331331ALERT: PASS: window.pageYOffset should be '0' and is.
    332 ALERT: PASS: window.personalbar should be '[object BarInfo]' and is.
     332ALERT: PASS: window.personalbar should be '[object BarProp]' and is.
    333333ALERT: PASS: window.plugins should be 'undefined' and is.
    334334ALERT: PASS: window.screen should be '[object Screen]' and is.
    335 ALERT: PASS: window.screenLeft should be '0' and is.
     335ALERT: PASS: window.screenLeft should be '112' and is.
    336336ALERT: PASS: window.screenTop matched the expected value.
    337 ALERT: PASS: window.screenX should be '0' and is.
     337ALERT: PASS: window.screenX should be '112' and is.
    338338ALERT: PASS: window.screenY matched the expected value.
    339 ALERT: PASS: window.scrollbars should be '[object BarInfo]' and is.
     339ALERT: PASS: window.scrollbars should be '[object BarProp]' and is.
    340340ALERT: PASS: window.scrollX should be '0' and is.
    341341ALERT: PASS: window.scrollY should be '0' and is.
    342342ALERT: PASS: window.self should be '[object Window]' and is.
    343343ALERT: PASS: window.status should be '' and is.
    344 ALERT: PASS: window.statusbar should be '[object BarInfo]' and is.
    345 ALERT: PASS: window.toolbar should be '[object BarInfo]' and is.
     344ALERT: PASS: window.statusbar should be '[object BarProp]' and is.
     345ALERT: PASS: window.toolbar should be '[object BarProp]' and is.
    346346ALERT: PASS: window.window should be '[object Window]' and is.
    347347ALERT: PASS: window.parent should be parentOld and is.
Note: See TracChangeset for help on using the changeset viewer.