Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / canvas / philip / tests.css
blob19d00789f67d8bc37a8d48a80744cafdc6b6800c
1 html.fail {
2 background: #f66;
4 html.pass {
5 background: #6f6;
7 html.needs_check {
8 background: #99f;
11 body {
12 font-size: small;
13 font-family: sans-serif;
14 color: black;
17 a:link {
18 color: #00c;
20 a:visited {
21 color: #808;
24 body.framed {
25 font-size: x-small;
28 h1 {
29 font-size: larger;
30 margin: 0;
31 padding-left: 0.5em;
32 text-indent: -0.5em;
35 p {
36 margin: 0;
39 p.notes {
40 margin-bottom: 0.5em;
41 font-style: italic;
44 ul {
45 margin: 0;
46 margin-bottom: 0.5em;
47 padding: 0;
48 padding-left: 1em;
51 .refs {
52 font-style: italic;
53 margin-bottom: 0.5em;
56 .refs ul {
57 display: inline;
58 margin: 0;
59 padding: 0;
62 .refs li {
63 display: inline;
64 list-style-type: none;
65 margin: 0;
66 padding: 0;
69 canvas {
70 display: none;
71 visibility: hidden;
72 border: 2px #f0f solid;
73 background: url(images/background.png);
76 img.expected {
77 display: none;
78 border: 2px #f0f solid;
79 background: url(images/background.png);
82 iframe {
83 border: 2px #f0f solid;
86 .output {
87 display: none;
90 .show_output .output, .needs_check .output {
91 display: block !important;
92 visibility: visible !important;
95 .show_output #show_output {
96 display: none;
99 .resource {
100 visibility: hidden;
101 height: 0;
104 .fallback {
105 font-size: 2em;
106 font-weight: bold;
107 color: #a00;
111 html.minimal body {
112 color: white;
114 html.fail.minimal {
115 background: #f00;
117 html.pass.minimal {
118 background: #080;
120 html.needs_check.minimal {
121 background: #008;
123 .minimal #d {
124 display: none !important;
126 .minimal .expectedtext {
127 visibility: hidden !important;
129 #passtext, #failtext {
130 display: none;
132 .minimal.pass #passtext, .minimal.fail #failtext {
133 display: block;