Changeset 107702 in webkit


Ignore:
Timestamp:
Feb 14, 2012 3:42:06 AM (12 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Unreviewed gardening.

  • platform/qt/Skipped: Typo fix, skip a new failing test.
  • platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt: Updated after r107688.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r107701 r107702  
     12012-02-14  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt] Unreviewed gardening.
     4
     5        * platform/qt/Skipped: Typo fix, skip a new failing test.
     6        * platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt: Updated after r107688.
     7
    182012-02-14  Noel Gordon  <noel.gordon@gmail.com>
    29
  • trunk/LayoutTests/platform/qt/Skipped

    r107692 r107702  
    26142614# Let MemoryCache reuse cached XHRs (REGRESSION caused by r107672)
    26152615# https://bugs.webkit.org/show_bug.cgi?id=76564
    2616 fast/workers/worker-crash-with-invalid-location.html:
     2616fast/workers/worker-crash-with-invalid-location.html
    26172617http/tests/inspector/inspect-element.html
    26182618http/tests/inspector/network/network-shared-worker.html
     
    26242624fast/viewport/viewport-68.html
    26252625fast/viewport/viewport-warnings-5.html
     2626
     2627# [Qt] http/tests/navigation/https-in-page-cache.html fails
     2628# https://bugs.webkit.org/show_bug.cgi?id=78597
     2629http/tests/navigation/https-in-page-cache.html
  • trunk/LayoutTests/platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt

    r105699 r107702  
    44
    55
    6 FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-left') should be 253px. Was 0px.
    7 FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-top') should be 76px. Was 0px.
    8 FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-right') should be 345px. Was 0px.
    9 FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-bottom') should be 529px. Was 0px.
     6PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-left') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-left')
     7PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-top') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-top')
     8PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-right') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-right')
     9PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-bottom') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-bottom')
    1010PASS successfullyParsed is true
    1111
Note: See TracChangeset for help on using the changeset viewer.