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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html

Issue 1488493003: [css-grid] refactoring of layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch rebased and refactoring of alignment css rules. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
index 28eaea9015c62aba1b09d3c32d823056b0c69c28..9804ce7c2d40568f8a4f2717fde432b23423a502 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
+<link href="../css-intrinsic-dimensions/resources/width-keyword-classes.css" rel="stylesheet">
<link href="resources/grid.css" rel="stylesheet">
<style>
.grid {
display: grid;
grid-template-rows: repeat(2, 100px);
grid-template-columns: 100px;
- width: -webkit-fit-content;
background-color: red;
}
@@ -26,7 +26,7 @@
</head>
<body style="height: 1000px" onload="onloadScrollTop()">
-<div class="grid">
+<div class="grid fit-content">
<div class="gridItem" style="grid-column: 1; grid-row: 1; border-bottom: 100px green solid;"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698