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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/color-1.html

Issue 2434253002: Import wpt@7e8373f4bd144e66c88535983aa735b28c934cfe (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/color-1.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/color-1.html b/third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/color-1.html
new file mode 100644
index 0000000000000000000000000000000000000000..4ef821340d22109a64809bbb4a1a753279d91420
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/color-1.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>color</title>
+<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S2.html#SS3.SSS1">
+<link rel="match" href="color-1-ref.html"/>
+<meta name="assert" content="Verify that the color is used for text and graphical elements.">
+</head>
+<body>
+ <p>Test passes if you see a green square.</p>
+ <div style="background: green; color: red; width: 200px; height: 200px; padding: 1px;">
+ <math><mfrac style="color: green"><mn>1</mn><mn>2</mn></mfrac></math>
+ <math><msqrt style="color: green"><mn>3</mn></msqrt></math>
+ <math><mroot style="color: green"><mn>4</mn><mn>5</mn></mroot></math>
+ <math><menclose notation="left" style="color: green"><mn>6</mn></menclose></math>
+ <math><menclose notation="right" style="color: green"><mn>7</mn></menclose></math>
+ <math><menclose notation="top" style="color: green"><mn>8</mn></menclose></math>
+ <math><menclose notation="bottom" style="color: green"><mn>9</mn></menclose></math>
+ <math><menclose notation="box" style="color: green"><mn>10</mn></menclose></math>
+ <math><menclose notation="roundedbox" style="color: green"><mn>11</mn></menclose></math>
+ <math><menclose notation="actuarial" style="color: green"><mn>12</mn></menclose></math>
+ <math><menclose notation="madruwb" style="color: green"><mn>13</mn></menclose></math>
+ <math><menclose notation="horizontalstrike" style="color: green"><mn>14</mn></menclose></math>
+ <math><menclose notation="verticalstrike" style="color: green"><mn>15</mn></menclose></math>
+ <math><menclose notation="updiagonalstrike" style="color: green"><mn>16</mn></menclose></math>
+ <math><menclose notation="downdiagonalstrike" style="color: green"><mn>17</mn></menclose></math>
+ <math><menclose notation="longdiv" style="color: green"><mn>18</mn></menclose></math>
+ <math><menclose notation="circle" style="color: green"><mn>19</mn></menclose></math>
+ <math><mi style="color: green">20</mi></math>
+ <math><mn style="color: green">21</mn></math>
+ <math><mo style="color: green">22</mo></math>
+ <math><mtext style="color: green">23</mtext></math>
+ <math><ms style="color: green">24</ms></math>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698