Commit c5218bdd authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

blink: update reference expectations for overflow-clip test

As the test html has a border-right-width, so should the
reference.

BUG=1134184
TEST=test only change

Change-Id: I7dc96193feae66b743160af33c572a24bd1c45e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2447090Reviewed-by: default avatarIan Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814454}
parent af880797
...@@ -1385,8 +1385,6 @@ crbug.com/680331 external/wpt/css/cssom-view/scrollIntoView-sideways-rl-writing- ...@@ -1385,8 +1385,6 @@ crbug.com/680331 external/wpt/css/cssom-view/scrollIntoView-sideways-rl-writing-
# depends upon whether ng or non-ng is used. This should be fixed by adding the # depends upon whether ng or non-ng is used. This should be fixed by adding the
# ability for horizontal scrollbars to be dependent upon vertical scrollbars. # ability for horizontal scrollbars to be dependent upon vertical scrollbars.
crbug.com/966283 external/wpt/css/css-overflow/clip-003.html [ Skip ] crbug.com/966283 external/wpt/css/css-overflow/clip-003.html [ Skip ]
# TODO(sky): I believe the ref and test shouldn't actually match. Fix.
crbug.com/966283 external/wpt/css/css-overflow/overflow-body-propagation-008.html [ Skip ]
# Requires --use-fake-ui-for-media-stream to run. # Requires --use-fake-ui-for-media-stream to run.
external/wpt/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Skip ] external/wpt/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Skip ]
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
background: blue; background: blue;
height: 10000px; height: 10000px;
width: 10000px; width: 10000px;
border-right-width: 20px;
border-right-style: solid;
border-right-color: red;
} }
</style></head> </style></head>
<body><div></div></body> <body><div></div></body>
......
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