Commit f98df04e authored by Abhijeet Kandalkar's avatar Abhijeet Kandalkar Committed by Commit Bot

[css-grid] Migrate grid-item-margins-and-writing-modes.html test to WPT

Migrate this test out of t_p/blink/web_tests/fast/css-grid-layout and
into the WPT-specific directory, adding links to the relevant specs
and a test assertion describing its purpose.

This test verifies that the border, margin and padding works properly
combining RTL direction with different writing-modes.

Bug: 1063749, 767015
Change-Id: I001aefe3ad2aa7ab5d75b95a0649ebaa8f5ad1c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145525
Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com>
Reviewed-by: default avatarManuel Rego <rego@igalia.com>
Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Reviewed-by: default avatarJavier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#759202}
parent 5955acac
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<link href="resources/grid.css" rel="stylesheet"> <link href="/css/support/grid.css" rel="stylesheet">
<link href="/fonts/ahem.css" rel="stylesheet"/>
<style> <style>
.block { .block {
background-color: grey; background-color: grey;
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<link href="resources/grid.css" rel="stylesheet"> <title>CSS Grid: Grid items and logical margins</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-template-columns">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-column">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-row">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#grid-items">
<link rel="match" href="grid-item-margins-and-writing-modes-001-ref.html">
<meta name="assert" content="This test ensures that the border, margin, and padding
combining with RTL direction and different writing-modes generate the proper layout."/>
<link href="/css/support/grid.css" rel="stylesheet">
<link href="/fonts/ahem.css" rel="stylesheet"/>
<style> <style>
.grid { .grid {
grid-template-columns: 80px; grid-template-columns: 80px;
......
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