Changeset 122464 in webkit


Ignore:
Timestamp:
Jul 12, 2012 8:52:30 AM (12 years ago)
Author:
abarth@webkit.org
Message:

Parse the viewport meta tag like iOS
https://bugs.webkit.org/show_bug.cgi?id=72722

Reviewed by Alexey Proskuryakov.

Our parsing appears to match iOS already. This patch simply adds tests
that show that we agree on these cases.

  • fast/viewport/viewport-133-expected.txt: Added.
  • fast/viewport/viewport-133.html: Added.
  • fast/viewport/viewport-134-expected.txt: Added.
  • fast/viewport/viewport-134.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r122463 r122464  
     12012-07-12  Adam Barth  <abarth@webkit.org>
     2
     3        Parse the viewport meta tag like iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=72722
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Our parsing appears to match iOS already.  This patch simply adds tests
     9        that show that we agree on these cases.
     10
     11        * fast/viewport/viewport-133-expected.txt: Added.
     12        * fast/viewport/viewport-133.html: Added.
     13        * fast/viewport/viewport-134-expected.txt: Added.
     14        * fast/viewport/viewport-134.html: Added.
     15
    1162012-07-12  Joshua Bell  <jsbell@chromium.org>
    217
Note: See TracChangeset for help on using the changeset viewer.