Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/visibility-1.html

Issue 2434253002: Import wpt@7e8373f4bd144e66c88535983aa735b28c934cfe (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>visibility</title>
6 <link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S2.html#S S3.SSS1">
7 <link rel="match" href="visibility-1-ref.html"/>
8 <meta name="assert" content="Verify that visibility=hidden is used for text and graphical elements.">
9 </head>
10 <body>
11 <p>Test passes if you see a green square.</p>
12 <div style="background: green; color: red; width: 200px; height: 200px;">
13 <math><mfrac style="visibility: hidden"><mn>1</mn><mn>2</mn></mfrac></math>
14 <math><msqrt style="visibility: hidden"><mn>3</mn></msqrt></math>
15 <math><mroot style="visibility: hidden"><mn>4</mn><mn>5</mn></mroot></math>
16 <math><menclose notation="left" style="visibility: hidden"><mn>6</mn></mencl ose></math>
17 <math><menclose notation="right" style="visibility: hidden"><mn>7</mn></menc lose></math>
18 <math><menclose notation="top" style="visibility: hidden"><mn>8</mn></menclo se></math>
19 <math><menclose notation="bottom" style="visibility: hidden"><mn>9</mn></men close></math>
20 <math><menclose notation="box" style="visibility: hidden"><mn>10</mn></mencl ose></math>
21 <math><menclose notation="roundedbox" style="visibility: hidden"><mn>11</mn> </menclose></math>
22 <math><menclose notation="actuarial" style="visibility: hidden"><mn>12</mn>< /menclose></math>
23 <math><menclose notation="madruwb" style="visibility: hidden"><mn>13</mn></m enclose></math>
24 <math><menclose notation="horizontalstrike" style="visibility: hidden"><mn>1 4</mn></menclose></math>
25 <math><menclose notation="verticalstrike" style="visibility: hidden"><mn>15< /mn></menclose></math>
26 <math><menclose notation="updiagonalstrike" style="visibility: hidden"><mn>1 6</mn></menclose></math>
27 <math><menclose notation="downdiagonalstrike" style="visibility: hidden"><mn >17</mn></menclose></math>
28 <math><menclose notation="longdiv" style="visibility: hidden"><mn>18</mn></m enclose></math>
29 <math><menclose notation="circle" style="visibility: hidden"><mn>19</mn></me nclose></math>
30 <math><mi style="visibility: hidden">20</mi></math>
31 <math><mn style="visibility: hidden">21</mn></math>
32 <math><mo style="visibility: hidden">22</mo></math>
33 <math><mtext style="visibility: hidden">23</mtext></math>
34 <math><ms style="visibility: hidden">24</ms></math>
35 </div>
36 </body>
37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698