Created
July 2, 2015 11:42
-
-
Save gabrielschulhof/9fe73265f138b763e1c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tests/integration/select/uncached-dom-cached-false.html b/tests/integration/select/uncached-dom-cached-false.html | |
index 2977c2a..1824fc4 100644 | |
--- a/tests/integration/select/uncached-dom-cached-false.html | |
+++ b/tests/integration/select/uncached-dom-cached-false.html | |
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
- <div id="dialog-select-parent-domcache-test" data-nstest-role="page"> | |
+ <div id="dialog-select-parent-domcache-test-uncached" data-nstest-role="page"> | |
<div data-nstest-role="fieldcontain" id="domcache-page-select-container"> | |
<label for="domcache-page-select" class="select">Your state:</label> | |
<select name="domcache-uncached-page-select" id="domcache-uncached-page-select" data-nstest-native-menu="false"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment