зеркало из 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 {
|
rbc {
|
||||||
display: ruby-base-container;
|
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] {
|
[pseudo] {
|
||||||
font-size: inherit !important;
|
font-size: inherit;
|
||||||
line-height: inherit !important;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
[pseudo] > rt {
|
[pseudo] > rt {
|
||||||
font-size: 50%;
|
font-size: 50%;
|
||||||
}
|
}
|
||||||
|
[pseudo] > rt[pseudo] {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.large {
|
.large {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="common.css">
|
<link rel="stylesheet" href="common.css">
|
||||||
<style>
|
<style>
|
||||||
body { line-height: 5em; }
|
body { line-height: 5em; }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="common.css">
|
<link rel="stylesheet" href="common.css">
|
||||||
<style>
|
<style>
|
||||||
body { line-height: 5em; }
|
body { line-height: 5em; }
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="common.css">
|
<link rel="stylesheet" href="common.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="common.css">
|
<link rel="stylesheet" href="common.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче