Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Issue 2744213004: Re-enable TextFloatsAroundFloatsBefore and check left offsets only (Closed)

Created:
3 years, 9 months ago by Gleb Lanbin
Modified:
3 years, 9 months ago
Reviewers:
ikilpatrick
CC:
chromium-reviews, cbiesinger, ojan+watch_chromium.org, szager+layoutwatch_chromium.org, glebl+reviews_chromium.org, dgrogan+ng_chromium.org, atotic+reviews_chromium.org, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, zoltan1, jchaffraix+rendering, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-enable TextFloatsAroundFloatsBefore and check left offsets only http://crrev.com/2739683006 broke one of downstream bots "WebKit Android (Nexus4)" Here is the bot's output Value of: inline_text_box2->frameRect().location() Actual: "30,23" Expected: LayoutPoint(30, 22) Which is: "30,22" Value of: inline_text_box3->frameRect().location() Actual: "0,46" Expected: LayoutPoint(0, 44) Which is: "0,44" I think it happened because of the difference in sizes between different fallback fonts on different platforms. I don't have permissions to run a downstream bot $ git cl try -m master.chromium.webkit -b "WebKit Android (Nexus4)" ERROR: Access denied: User user:glebl@chromium.org cannot add builds to bucket master.chromium.webkit But it's clear that the test failed while checking the height. This patch re-enable TextFloatsAroundFloatsBefore and make it to check what matters, i.e. left offsets. BUG=700868 Review-Url: https://codereview.chromium.org/2744213004 Cr-Commit-Position: refs/heads/master@{#456467} Committed: https://chromium.googlesource.com/chromium/src/+/fdda6d5acfde5d7083995597ddddeb08588728cd

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -10 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm_test.cc View 4 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 15 (10 generated)
Gleb Lanbin
3 years, 9 months ago (2017-03-13 17:20:16 UTC) #3
ikilpatrick
lgtm
3 years, 9 months ago (2017-03-13 17:33:45 UTC) #7
ikilpatrick
lgtm lgtm
3 years, 9 months ago (2017-03-13 17:33:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2744213004/20001
3 years, 9 months ago (2017-03-13 19:24:54 UTC) #12
commit-bot: I haz the power
3 years, 9 months ago (2017-03-13 20:37:21 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/fdda6d5acfde5d7083995597dddd...

Powered by Google App Engine
This is Rietveld 408576698