diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html b/third_party/WebKit/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html index 493adc2..9bc321d 100644 --- a/third_party/WebKit/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html +++ b/third_party/WebKit/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html @@ -24,6 +24,7 @@ } </style> <script src="../../resources/check-layout.js"></script> +<script src="../../resources/ahem.js"></script> <body onload="checkLayout('.flexbox');"> <div class="flexbox column"> <div class="flex-one" data-expected-height="14">Flex item with flex: 1</div> @@ -49,4 +50,4 @@ <div class="flex-one-one-zero-px" data-expected-width="0">Flex item with flex: 1 1 0px</div> </div> </body> -</html>
\ No newline at end of file +</html> |
