Changeset 194129 in webkit


Ignore:
Timestamp:
Dec 15, 2015 7:09:51 PM (8 years ago)
Author:
Ryan Haddad
Message:

Rebaseline fast/viewport/ios tests for ios-simulator, remove failure expectation and re-enable test directory.
https://bugs.webkit.org/show_bug.cgi?id=152135

Reviewed by Simon Fraser.

  • platform/ios-simulator-wk2/TestExpectations:
  • platform/ios-simulator/TestExpectations:
  • platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt:
  • platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt:
  • platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-expected.txt:
  • platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r194128 r194129  
     12015-12-15  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Rebaseline fast/viewport/ios tests for ios-simulator, remove failure expectation and re-enable test directory.
     4        https://bugs.webkit.org/show_bug.cgi?id=152135
     5
     6        Reviewed by Simon Fraser.
     7
     8        * platform/ios-simulator-wk2/TestExpectations:
     9        * platform/ios-simulator/TestExpectations:
     10        * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt:
     11        * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt:
     12        * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-expected.txt:
     13        * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt:
     14
    1152015-12-15  Jiewen Tan  <jiewen_tan@apple.com>
    216
  • trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations

    r194091 r194129  
    1010fast/harness/concurrent-ui-side-scripts.html [ Pass ]
    1111fast/zooming/ios [ Pass ]
    12 
     12fast/viewport/ios [ Pass ]
    1313
    1414#//////////////////////////////////////////////////////////////////////////////////////////
     
    20412041fast/loader/location-hash-user-gesture.html [ Skip ]
    20422042
    2043 # 4 out of the 5 tests in this directory were failing. Re-enabling the one that was passing here
    2044 webkit.org/b/152135 fast/viewport/ios/width-is-device-width.html [ Pass ]
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r194081 r194129  
    28352835webkit.org/b/152141 fast/picture/image-picture-nested.html [ Failure ]
    28362836
    2837 webkit.org/b/152135 fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall.html [ Failure ]
    2838 webkit.org/b/152135 fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden.html [ Failure ]
    2839 webkit.org/b/152135 fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit.html [ Failure ]
    2840 webkit.org/b/152135 fast/viewport/ios/width-is-device-width-overflowing.html [ Failure ]
    2841 
    28422837webkit.org/b/152279 http/tests/misc/large-js-program.php [ Pass Crash ]
    28432838webkit.org/b/152279 js/dom/line-column-numbers.html [ Pass Crash ]
  • trunk/LayoutTests/platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt

    r191623 r194129  
    11Viewport: width=device-width
    22
    3 scale   1.00000
     3scale   5.00000
    44maxScale        5.00000
    5 minScale        0.32653
    6 visibleRect     {"left":"0.00000","top":"0.00000","width":"320.00000","height":"480.00000"}
     5minScale        5.00000
     6visibleRect     {"left":"0.00000","top":"0.00000","width":"64.00000","height":"96.00000"}
    77
  • trunk/LayoutTests/platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt

    r191623 r194129  
    11Viewport: width=device-width
    22
    3 scale   1.00000
     3scale   1.05263
    44maxScale        5.00000
    5 minScale        1.00000
    6 visibleRect     {"left":"0.00000","top":"0.00000","width":"320.00000","height":"480.00000"}
     5minScale        1.05263
     6visibleRect     {"left":"0.00000","top":"0.00000","width":"303.99999","height":"455.99998"}
    77
  • trunk/LayoutTests/platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-expected.txt

    r191623 r194129  
    11Viewport: width=device-width
    22
    3 scale   1.00000
     3scale   0.31746
    44maxScale        5.00000
    5 minScale        1.00000
    6 visibleRect     {"left":"0.00000","top":"0.00000","width":"320.00000","height":"480.00000"}
     5minScale        0.31746
     6visibleRect     {"left":"0.00000","top":"0.00000","width":"1007.99997","height":"1511.99995"}
    77
  • trunk/LayoutTests/platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt

    r191623 r194129  
    11Viewport: width=device-width, shrink-to-fit=no
    22
    3 scale   0.32653
     3scale   1.00000
    44maxScale        5.00000
    5 minScale        0.32653
    6 visibleRect     {"left":"0.00000","top":"0.00000","width":"980.00000","height":"1470.00000"}
     5minScale        1.00000
     6visibleRect     {"left":"0.00000","top":"0.00000","width":"320.00000","height":"480.00000"}
    77
Note: See TracChangeset for help on using the changeset viewer.