Skip to content

Commit

Permalink
Rebaseline these tests after r209967, since they are now affected by …
Browse files Browse the repository at this point in the history
…status bar height.

* fast/viewport/ios/ipad/width-is-device-width-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt:

Canonical link: https://commits.webkit.org/183603@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@209973 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
smfr committed Dec 18, 2016
1 parent 77c2572 commit 76774a4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
2016-12-18 Simon Fraser <simon.fraser@apple.com>

Rebaseline these tests after r209967, since they are now affected by status bar height.

* fast/viewport/ios/ipad/width-is-device-width-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-expected.txt:
* fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt:

2016-12-17 Philippe Normand <pnormand@igalia.com>

Unreviewed, rollout r209860 OWR player shouldn't be selected for normal video playback
Expand Down
Expand Up @@ -3,4 +3,4 @@ Viewport: width=device-width
scale 1.00000
maxScale 5.00000
minScale 1.00000
visibleRect {"left":"0.00000","top":"0.00000","width":"768.00000","height":"1024.00000"}
visibleRect {"left":"0.00000","top":"0.00000","width":"768.00000","height":"1004.00000"}
Expand Up @@ -3,5 +3,5 @@ Viewport: width=device-width
scale 1.00000
maxScale 5.00000
minScale 1.00000
visibleRect {"left":"0.00000","top":"0.00000","width":"320.00000","height":"568.00000"}
visibleRect {"left":"0.00000","top":"0.00000","width":"320.00000","height":"548.00000"}

@@ -1,7 +1,7 @@
Viewport: width=device-width

scale 0.55469
scale 0.53516
maxScale 5.00000
minScale 0.55469
visibleRect {"left":"0.00000","top":"0.00000","width":"576.90143","height":"1024.00000"}
minScale 0.53516
visibleRect {"left":"0.00000","top":"0.00000","width":"597.95618","height":"1024.00000"}

Expand Up @@ -3,5 +3,5 @@ Viewport: width=device-width
scale 1.00000
maxScale 5.00000
minScale 1.00000
visibleRect {"left":"0.00000","top":"0.00000","width":"320.00000","height":"568.00000"}
visibleRect {"left":"0.00000","top":"0.00000","width":"320.00000","height":"548.00000"}

Expand Up @@ -3,5 +3,5 @@ Viewport: width=device-width, shrink-to-fit=no
scale 1.00000
maxScale 5.00000
minScale 1.00000
visibleRect {"left":"0.00000","top":"0.00000","width":"320.00000","height":"568.00000"}
visibleRect {"left":"0.00000","top":"0.00000","width":"320.00000","height":"548.00000"}

0 comments on commit 76774a4

Please sign in to comment.