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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html

Issue 1548053002: Import csswg-test@c8f03606f92d6f386f99dae6d11eed99114a9ea2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/support/check-layout-th.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/percentage-heights.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
similarity index 82%
copy from third_party/WebKit/LayoutTests/css3/flexbox/percentage-heights.html
copy to third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
index 29911a5b767610de2411756c0974c486a270ab2a..372b57e1c689ea18f5c363e9e443e4d68b2f1ef8 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/percentage-heights.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
@@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
+<title>CSS Flexbox: Basic percentage heights</title>
+<link rel="author" title="Google" href="https://www.google.com/" />
+<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#main-sizing" />
+<meta name="flags" content="dom" />
+<meta name="assert" content="This test checks that percentage heights on a flex item correctly resolve against the container." />
<style>
.flexbox {
display: flex;
@@ -27,9 +32,9 @@
align-content: flex-start;
}
</style>
-<script src="../../resources/testharness.js"></script>
-<script src="../../resources/testharnessreport.js"></script>
-<script src="../../resources/check-layout-th.js"></script>
+<script src="../../../resources/testharness.js"></script>
+<script src="../../../resources/testharnessreport.js"></script>
+<script src="support/check-layout-th.js"></script>
<body onload="checkLayout('.flexbox')">
<div id=log></div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/support/check-layout-th.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698