зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1111463 part 3 - Fix ruby reftests for default styles. r=dbaron
--HG-- extra : source : 2a8645f9d275da445738b3aad99630fa6c0a3586
This commit is contained in:
Родитель
fdcb33cf1c
Коммит
8dd35a9adf
|
@ -1,35 +1,16 @@
|
|||
ruby {
|
||||
display: ruby;
|
||||
}
|
||||
rbc {
|
||||
display: ruby-base-container;
|
||||
}
|
||||
rtc {
|
||||
display: ruby-text-container;
|
||||
font-size: 50%;
|
||||
line-height: 1em;
|
||||
}
|
||||
rb {
|
||||
display: ruby-base;
|
||||
white-space: nowrap;
|
||||
}
|
||||
rt {
|
||||
display: ruby-text;
|
||||
white-space: nowrap;
|
||||
font-size: 50%;
|
||||
line-height: 1em;
|
||||
}
|
||||
rtc > rt {
|
||||
font-size: inherit;
|
||||
line-height: 1em;
|
||||
}
|
||||
[pseudo] {
|
||||
font-size: inherit !important;
|
||||
line-height: inherit !important;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
[pseudo] > rt {
|
||||
font-size: 50%;
|
||||
}
|
||||
[pseudo] > rt[pseudo] {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.large {
|
||||
font-size: 200%;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="common.css">
|
||||
<style>
|
||||
body { line-height: 5em; }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="common.css">
|
||||
<style>
|
||||
body { line-height: 5em; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="common.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="common.css">
|
||||
</head>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче