Thu, 15 Jan 2015 21:13:52 +0100
Remove forgotten relic of ABI crash risk averse overloaded method change.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <!-- |
michael@0 | 3 | Any copyright is dedicated to the Public Domain. |
michael@0 | 4 | http://creativecommons.org/publicdomain/zero/1.0/ |
michael@0 | 5 | --> |
michael@0 | 6 | <!-- In this reference case, we just have the testcases's text placed directly |
michael@0 | 7 | in the outermost wrapper-block, with a lime background on that wrapper |
michael@0 | 8 | instead of on a flex item. |
michael@0 | 9 | --> |
michael@0 | 10 | <html> |
michael@0 | 11 | <head> |
michael@0 | 12 | <title>CSS Reftest Reference</title> |
michael@0 | 13 | <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> |
michael@0 | 14 | <meta charset="utf-8"> |
michael@0 | 15 | <style> |
michael@0 | 16 | div.fixedWidthWrapper { |
michael@0 | 17 | width: 200px; |
michael@0 | 18 | /* Small enough that 3 characters can _easily_ fit in our width */ |
michael@0 | 19 | font-size: 12px; |
michael@0 | 20 | background: lime; |
michael@0 | 21 | } |
michael@0 | 22 | </style> |
michael@0 | 23 | </head> |
michael@0 | 24 | <body> |
michael@0 | 25 | <div class="fixedWidthWrapper"> |
michael@0 | 26 | A B C |
michael@0 | 27 | </div> |
michael@0 | 28 | </body> |
michael@0 | 29 | </html> |