From 79561979b984cd8ab9efb2ef47091d00451ceddb Mon Sep 17 00:00:00 2001 From: darin Date: Thu, 31 Jul 2003 00:18:03 +0000 Subject: Moving layout tests in here. git-svn-id: svn://svn.chromium.org/blink/trunk@4740 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- .../WebKit/LayoutTests/fast/flexbox/024.html | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 third_party/WebKit/LayoutTests/fast/flexbox/024.html (limited to 'third_party/WebKit/LayoutTests/fast/flexbox/024.html') diff --git a/third_party/WebKit/LayoutTests/fast/flexbox/024.html b/third_party/WebKit/LayoutTests/fast/flexbox/024.html new file mode 100644 index 0000000..8712ef4 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/flexbox/024.html @@ -0,0 +1,37 @@ + + + + + +

You should see a single 100x100 green square below. If your browser supports the +display of ALT text, you should see the word "Image" inside the green square. +If you see any red, then +the test has failed. This test is checking to make sure replaced elements inside boxes +get stretched when box-align: stretch is specified.

+
+Image +
+ + + \ No newline at end of file -- cgit v1.1