forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimize and rename
oof-in-nested-multicol
This patch minimizes and renames the `oof-in-nested-multicol` test to `nested-oofs-in-relative-multicol`, as a follow up to the CL review comment[1]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/3752215/comments/239b0283_138709fb Change-Id: If3ecc4d7e580ca5d873c20261a5ebc5dd3593644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3759043 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1023478}
- Loading branch information
Showing
3 changed files
with
18 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...b_tests/external/wpt/css/css-multicol/reference/nested-oofs-in-relative-multicol-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<style> | ||
.outer { | ||
position: relative; | ||
margin-left: 100px; | ||
width: 400px; | ||
height: 400px; | ||
background: green; | ||
} | ||
</style> | ||
<body> | ||
<div class="outer"></div> | ||
</body> |
20 changes: 0 additions & 20 deletions
20
...y/blink/web_tests/external/wpt/css/css-multicol/reference/oof-in-nested-multicol-ref.html
This file was deleted.
Oops, something went wrong.