]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix a couple of dropdown-menu visual tests in IE9
authorKevin Ball <kmball11@gmail.com>
Sat, 3 Dec 2016 01:38:53 +0000 (17:38 -0800)
committerKevin Ball <kmball11@gmail.com>
Sat, 3 Dec 2016 01:38:53 +0000 (17:38 -0800)
test/visual/dropdown-menu/basic-dropdown-menu-rtl.html
test/visual/dropdown-menu/right-aligned-dropdown-menu.html

index 3f548c4d55055af9da0f778275cbec2123a2c74a..df82af954fbec11ca588c32f48cd7e3ca5377e34 100644 (file)
@@ -1,4 +1,6 @@
-<html dir="rtl">
+<!doctype html>
+<!--[if IE 9]><html class="lt-ie10" lang="en" dir="rtl"> <![endif]-->
+<html class="no-js" lang="en" dir="rtl">
 
 <head>
   <link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
index 9cc7dd39585a500918f462b6b292e2f937101f02..c9b1565345ccaaf827ef7c205eff868f46072f67 100644 (file)
@@ -1,4 +1,6 @@
-<html>
+<!doctype html>
+<!--[if IE 9]><html class="lt-ie10" lang="en" dir="rtl"> <![endif]-->
+<html class="no-js" lang="en" dir="rtl">
 
 <head>
   <link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">