Skip to content

Commit

Permalink
Move ruby tests out of vendor-imports (web-platform-tests#8615)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m committed Dec 10, 2021
1 parent aa2f52a commit f51321f
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>CSS Reference: Inlinize block-level boxes inside ruby</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
.inline {
display: inline-block;
Expand Down
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css-ruby-1/#anon-gen-inlinize">
<link rel="match" href="ruby-inlinize-blocks-001-ref.html">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
.inline {
display: block;
Expand Down
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>CSS Reference: Inlinize block-level boxes inside ruby</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
div { border-collapse: collapse; }
.table { display: inline-table; }
Expand Down
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css-ruby-1/#anon-gen-inlinize">
<link rel="match" href="ruby-inlinize-blocks-003-ref.html">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
body { border-collapse: collapse; }
.cell {
Expand Down
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>CSS Reference: Inlinize block-level boxes inside ruby</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
.inline {
display: inline-block;
Expand Down
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css-ruby-1/#anon-gen-inlinize">
<link rel="match" href="ruby-inlinize-blocks-004-ref.html">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
.inline {
display: block;
Expand Down
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>CSS Reference: Inlinize block-level boxes inside ruby</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
ruby::before, rb::before, rt::before, rbc::before, rtc::before {
content: "a";
Expand Down
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css-ruby-1/#anon-gen-inlinize">
<link rel="match" href="ruby-inlinize-blocks-005-ref.html">
<link rel="stylesheet" href="support/rbc.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
ruby::before, rb::before, rt::before, rbc::before, rtc::before {
content: "a";
Expand Down

This file was deleted.

0 comments on commit f51321f

Please sign in to comment.