summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/support/test-style.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-flexbox/support/test-style.css')
-rw-r--r--testing/web-platform/tests/css/css-flexbox/support/test-style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-flexbox/support/test-style.css b/testing/web-platform/tests/css/css-flexbox/support/test-style.css
new file mode 100644
index 0000000000..17f44c1179
--- /dev/null
+++ b/testing/web-platform/tests/css/css-flexbox/support/test-style.css
@@ -0,0 +1,18 @@
+ #test01, #test02, #test03{
+ width: 50px;
+ height: 50px;
+ text-align:center;
+ font-size: 20px;
+ }
+ #test{
+ background: #ff0000;
+ }
+ #test01{
+ background: #7FFF00;
+ }
+ #test02{
+ background: #00FFFF;
+ }
+ #test03{
+ background: #4169E1;
+ }