diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/text/whitespace/013.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/text/whitespace/013.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/text/whitespace/013.html b/third_party/WebKit/LayoutTests/fast/text/whitespace/013.html new file mode 100644 index 0000000..a23096f --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/text/whitespace/013.html @@ -0,0 +1,22 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> + <head> + <title>white-space pre: simple tests</title> + <style type="text/css"> + .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; } + pre { white-space: pre; font: 1em/1 Ahem; background: green; color: lime; } + </style> + </head> + <body> + <div class="control">Ahem_font_required_for_this_test.</div> + <table><tr><td> + <pre> + xxxx xxxx xxxx xxxx + x x x x x x + xxxx xxxx xxxx xxxx + x x x x x + x x x xxxx xxxx + </pre> + </td></tr></table> + </body> +</html> |