https://bugs.webkit.org/show_bug.cgi?id=156028
Patch by Konstantin Tokarev <annulen@yandex.ru> on 2016-03-30
Reviewed by Darin Adler.
* fast/css/viewport-vmin-border.html: Test should should say "vmin" instead of
"vmax".
* fast/css/viewport-vmin-border-expected.txt: Adjust expectation.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@198874
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-03-30 Konstantin Tokarev <annulen@yandex.ru>
+
+ Fixed typo in fast/css/viewport-vmin-border test.
+ https://bugs.webkit.org/show_bug.cgi?id=156028
+
+ Reviewed by Darin Adler.
+
+ * fast/css/viewport-vmin-border.html: Test should should say "vmin" instead of
+ "vmax".
+ * fast/css/viewport-vmin-border-expected.txt: Adjust expectation.
+
2016-03-30 Joanmarie Diggs <jdiggs@igalia.com>
AX: Update handling of SVG elements with presentational role
-Tests that vmax unit works for border-width property
+Tests that vmin unit works for border-width property
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
<script src="../../resources/js-test-pre.js"></script>
<script>
function runTest() {
- description('Tests that vmax unit works for border-width property');
+ description('Tests that vmin unit works for border-width property');
shouldBeTrue("document.getElementById('borderDiv').offsetHeight > 100");
isSuccessfullyParsed();