⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 120405 in webkit


Ignore:
Timestamp:
Jun 14, 2012, 11:17:57 PM (14 years ago)
Author:
morrita@google.com
Message:

Cast paddings to int in RenderTableCell
https://bugs.webkit.org/show_bug.cgi?id=88918

Patch by Emil A Eklund <eae@chromium.org> on 2012-06-14
Reviewed by Levi Weintraub.

Add test ensuring that table cells does not wrap when using fractional
paddings.

  • fast/sub-pixel/table-cells-with-padding-do-not-wrap-expected.txt: Added.
  • fast/sub-pixel/table-cells-with-padding-do-not-wrap.html: Added.
  • platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
  • platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
  • platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
  • platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
  • platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
  • platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
  • platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
  • platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
  • platform/chromium/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r120403 r120405  
    1919        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
    2020        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
     21        * platform/chromium/TestExpectations:
     22
     232012-06-14  MORITA Hajime  <morrita@google.com>
     24
     25        Unreviewed typo fix.
     26
    2127        * platform/chromium/TestExpectations:
    2228
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r120403 r120405  
    37343734BUGWK89149 : http/tests/fileapi/create-blob-url-from-data-url.html = TEXT
    37353735
    3736 // Flaky
    37373736BUGWK89166 : http/tests/messaging/cross-domain-message-event-dispatch.html : TEXT
    37383737BUGWK89167 : media/track/track-cue-rendering-snap-to-lines-not-set.html : TEXT
     3738
     3739// Flaky
     3740BUGWK89166 : http/tests/messaging/cross-domain-message-event-dispatch.html = TEXT
     3741BUGWK89167 : media/track/track-cue-rendering-snap-to-lines-not-set.html = TEXT
    37393742
    37403743// Temporarily mark as failing on mac and windows until they can be rebaselined.
     
    37473750BUG_EAE MAC WIN : tables/mozilla_expected_failures/bugs/bug89315.html = PASS IMAGE TEXT IMAGE+TEXT
    37483751BUG_EAE MAC WIN : tables/mozilla_expected_failures/bugs/bug89315.html = PASS IMAGE TEXT IMAGE+TEXT
     3752
Note: See TracChangeset for help on using the changeset viewer.