Commit ca0673ac authored by Koji Ishii's avatar Koji Ishii Committed by Commit Bot

Fix line-breaking-replaced-006

TBR=ikilpatrick@chromium.org

Bug: 1050315
Change-Id: I2ea0191336657a91472c3407f507a6a0c7eec5d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049012Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740250}
parent 28b49019
......@@ -2871,9 +2871,6 @@ crbug.com/626703 [ Win ] external/wpt/css/css-text/line-break/line-break-loose-h
crbug.com/626703 [ Linux ] external/wpt/css/css-text/line-break/line-break-normal-hyphens-002.html [ Failure ]
crbug.com/626703 [ Mac ] external/wpt/css/css-text/line-break/line-break-normal-hyphens-002.html [ Failure ]
crbug.com/626703 [ Win ] external/wpt/css/css-text/line-break/line-break-normal-hyphens-002.html [ Failure ]
crbug.com/626703 [ Linux ] external/wpt/css/css-text/line-breaking/line-breaking-replaced-006.html [ Failure ]
crbug.com/626703 [ Mac ] external/wpt/css/css-text/line-breaking/line-breaking-replaced-006.html [ Failure ]
crbug.com/626703 [ Win ] external/wpt/css/css-text/line-breaking/line-breaking-replaced-006.html [ Failure ]
crbug.com/626703 [ Linux ] external/wpt/css/css-fonts/variations/font-slant-1.html [ Failure ]
crbug.com/626703 [ Mac ] external/wpt/css/css-fonts/variations/font-slant-1.html [ Failure ]
crbug.com/626703 [ Win ] external/wpt/css/css-fonts/variations/font-slant-1.html [ Failure ]
......
......@@ -25,5 +25,5 @@ div {
<p>Test passes if there is a filled green square and <strong>no red</strong>.
<div class=red><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width=50>:</div>
<div class=red><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width=50><br>:</div>
<div class=test><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width=50>:</div>
......@@ -13,4 +13,4 @@ div {
<p>Test passes if there is a filled green square and <strong>no red</strong>.
<div><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width=50>:</div>
<div><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width=50><br>:</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment