Changeset 214395 in webkit


Ignore:
Timestamp:
Mar 25, 2017 12:42:46 AM (7 years ago)
Author:
mmaxfield@apple.com
Message:

Post-commit test fix after r214394
https://bugs.webkit.org/show_bug.cgi?id=170083

Unreviewed.

  • fast/text/variations/optical-sizing.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r214394 r214395  
     12017-03-25  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Post-commit test fix after r214394
     4        https://bugs.webkit.org/show_bug.cgi?id=170083
     5
     6        Unreviewed.
     7
     8        * fast/text/variations/optical-sizing.html:
     9
    1102017-03-24  Myles C. Maxfield  <mmaxfield@apple.com>
    211
  • trunk/LayoutTests/fast/text/variations/optical-sizing.html

    r214394 r214395  
    3434var computedStyle = window.getComputedStyle(document.getElementById('test1'));
    3535var found = false;
    36 for (let i = 0; i < x.length; ++i) {
     36for (let i = 0; i < computedStyle.length; ++i) {
    3737    if (computedStyle[i] == "font-optical-sizing") {
    3838        found = true;
Note: See TracChangeset for help on using the changeset viewer.