| Index: Source/web/tests/data/specify_size.html
|
| diff --git a/Source/web/tests/data/specify_size.html b/Source/web/tests/data/specify_size.html
|
| index 2041e85db6da96e04f7f0104621dc88008ecb82a..9c4090ac92fefe72de269df59628a95fefc0d01f 100644
|
| --- a/Source/web/tests/data/specify_size.html
|
| +++ b/Source/web/tests/data/specify_size.html
|
| @@ -1,11 +1,11 @@
|
| <!doctype html>
|
| <html>
|
| -<body style='margin:0px'>
|
| +<body style='margin:0px; display: flex;'>
|
| <img id='sizer'/>
|
| <script>
|
| // The desired size should be specified in the url in the search portion
|
| // like this ?widthDimension:heightDimension.
|
| -var unitMatch = '([0-9]+[a-zA-Z]+)';
|
| +var unitMatch = '([0-9.]+[a-zA-Z]+)';
|
| var searchParser = new RegExp('\\?' + unitMatch + '(?:\\:' + unitMatch + ')');
|
| var parsedParameters = searchParser.exec(window.location.search);
|
|
|
|
|