Bug 1111463 part 3 - Fix ruby reftests for default styles. r=dbaron

--HG--
extra : source : 2a8645f9d275da445738b3aad99630fa6c0a3586
This commit is contained in:
Xidorn Quan 2015-01-12 12:52:19 +11:00
Родитель fdcb33cf1c
Коммит 8dd35a9adf
5 изменённых файлов: 9 добавлений и 28 удалений

Просмотреть файл

@ -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>