Index: LayoutTests/fast/text/font-weight.html |
diff --git a/LayoutTests/fast/text/font-weight.html b/LayoutTests/fast/text/font-weight.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..49dbaf6693abb4a1394e157a7a9c023e656b071a |
--- /dev/null |
+++ b/LayoutTests/fast/text/font-weight.html |
@@ -0,0 +1,43 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Tests support for font-weight</title> |
+ <style> |
+ p { font-size: 14px; margin: 0; } |
+ h1 { font-size: 20px; margin: 8px 0 2px 0; } |
+ h2 { font-size: 16px; margin: 8px 0 2px 0; } |
+ .segoe { font-family: 'Segoe UI'; } |
+ .arial { font-family: Arial; } |
+ </style> |
+ </head> |
+ <body> |
+ <h1>Tests support for font-weight</h1> |
+ <p> |
+ Tests that CSS font-weight with numeric values is supported. |
+ </p> |
+ <section class="segoe"> |
+ <h2>Segoe UI</h2> |
+ <p style="font-weight: 100">font-weight: 100 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 200">font-weight: 200 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 300">font-weight: 300 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 400">font-weight: 400 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 500">font-weight: 500 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 600">font-weight: 600 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 700">font-weight: 700 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 800">font-weight: 800 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 900">font-weight: 900 - Fix problem quickly with galvanized jets.</p> |
+ </section> |
+ <section class="arial"> |
+ <h2>Arial</h2> |
+ <p style="font-weight: 100">font-weight: 100 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 200">font-weight: 200 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 300">font-weight: 300 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 400">font-weight: 400 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 500">font-weight: 500 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 600">font-weight: 600 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 700">font-weight: 700 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 800">font-weight: 800 - Fix problem quickly with galvanized jets.</p> |
+ <p style="font-weight: 900">font-weight: 900 - Fix problem quickly with galvanized jets.</p> |
+ </section> |
+ </body> |
+</html> |