-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import wpt@13610f951cb8d2d1750d1feaf98c89b486b0c6ba
Using wpt-import in Chromium 71ef77b5437722f6323c3acbfe0a533dd03e516d. With Chromium commits locally applied on WPT: 7735b6d589 "Simulate user inputs in wpt/touch-events/multi-touch-interfaces.html" d4ec46070d "Move COOP tests to new reporting endpoint" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: [email protected]: external/wpt/css/css-flexbox NOAUTOREVERT=true [email protected] [email protected] No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: I8e9c56f5d31001e229ee891c78ace845ffab10db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2693069 Reviewed-by: WPT Autoroller <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Commit-Queue: WPT Autoroller <[email protected]> Cr-Commit-Position: refs/heads/master@{#853645} GitOrigin-RevId: adabbe53d0e39f32da8e847f199b0c92f3d727b7
- Loading branch information
1 parent
56dc186
commit 017ea00
Showing
2 changed files
with
21 additions
and
18 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
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 |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
<link rel="author" title="Sergio Villar Senin" href="mailto:[email protected]"> | ||
<p>The test PASS if you see a 200x100 green rectangle inside a button.</p> | ||
<button style="width: 200px; height: 100px;"> | ||
<div style="width: 200px; height: 100px; background-color: green;"></div> | ||
<div style="width: 200px; height: 100%; background-color: green;"></div> | ||
</button> |