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

Fix incorrect ref for text-indent-10[012].xht

TBR=ikilpatrick@chromium.org

Bug: 1135117
Change-Id: Ic1403098ce31c638da44b1c55c671f60ea0da5fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449512Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813811}
parent 97c6f394
......@@ -2614,9 +2614,6 @@ crbug.com/626703 [ Mac10.12 ] external/wpt/css/CSS2/text/text-transform-bicamera
crbug.com/626703 [ Mac10.13 ] external/wpt/css/CSS2/text/text-transform-bicameral-014.xht [ Failure ]
crbug.com/626703 [ Mac10.14 ] external/wpt/css/CSS2/text/text-transform-bicameral-014.xht [ Failure ]
crbug.com/626703 [ Mac ] external/wpt/css/CSS2/text/text-transform-bicameral-009.xht [ Failure ]
crbug.com/626703 external/wpt/css/CSS2/text/text-indent-101.xht [ Failure ]
crbug.com/626703 external/wpt/css/CSS2/text/text-indent-100.xht [ Failure ]
crbug.com/626703 external/wpt/css/CSS2/text/text-indent-102.xht [ Failure ]
crbug.com/626703 external/wpt/css/css-text/letter-spacing/letter-spacing-203.html [ Failure ]
crbug.com/626703 external/wpt/css/css-text/letter-spacing/letter-spacing-201.html [ Failure ]
crbug.com/626703 external/wpt/css/css-text/letter-spacing/letter-spacing-206.html [ Failure ]
......
......@@ -23,7 +23,7 @@
</style>
</head>
<body>
<p>Test passes if there is only one black box on this page (with no jagged edges).</p>
<p>Test passes if there is one black box on this page (with no jagged edges).</p>
<div id="parent">
<div>X</div>
<div id="test">X</div>
......
......@@ -23,7 +23,7 @@
</style>
</head>
<body>
<p>Test passes if there is only one black box on this page (with no jagged edges).</p>
<p>Test passes if there is one black box on this page (with no jagged edges).</p>
<div id="parent">
<div>X</div>
<div id="test">X</div>
......
......@@ -23,7 +23,7 @@
</style>
</head>
<body>
<p>Test passes if there is only one black box on this page (with no jagged edges).</p>
<p>Test passes if there is one black box on this page (with no jagged edges).</p>
<div id="parent">
<div>X</div>
<div id="test">X</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