Title: [198874] trunk/LayoutTests
Revision
198874
Author
[email protected]
Date
2016-03-30 19:07:17 -0700 (Wed, 30 Mar 2016)

Log Message

Fixed typo in fast/css/viewport-vmin-border test.
https://bugs.webkit.org/show_bug.cgi?id=156028

Patch by Konstantin Tokarev <[email protected]> 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (198873 => 198874)


--- trunk/LayoutTests/ChangeLog	2016-03-31 02:05:13 UTC (rev 198873)
+++ trunk/LayoutTests/ChangeLog	2016-03-31 02:07:17 UTC (rev 198874)
@@ -1,3 +1,14 @@
+2016-03-30  Konstantin Tokarev  <[email protected]>
+
+        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  <[email protected]>
 
         AX: Update handling of SVG elements with presentational role

Modified: trunk/LayoutTests/fast/css/viewport-vmin-border-expected.txt (198873 => 198874)


--- trunk/LayoutTests/fast/css/viewport-vmin-border-expected.txt	2016-03-31 02:05:13 UTC (rev 198873)
+++ trunk/LayoutTests/fast/css/viewport-vmin-border-expected.txt	2016-03-31 02:07:17 UTC (rev 198874)
@@ -1,4 +1,4 @@
-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".
 

Modified: trunk/LayoutTests/fast/css/viewport-vmin-border.html (198873 => 198874)


--- trunk/LayoutTests/fast/css/viewport-vmin-border.html	2016-03-31 02:05:13 UTC (rev 198873)
+++ trunk/LayoutTests/fast/css/viewport-vmin-border.html	2016-03-31 02:07:17 UTC (rev 198874)
@@ -4,7 +4,7 @@
         <script src=""
         <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();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to