Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/index.html

Issue 5390879414026240: Issue 101 - Fix icon tests (Closed)
Patch Set: Force default position for old version and compare to default position to appSupport data Created July 31, 2014, 11:13 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/content/tests/ui/icon_position.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/index.html
===================================================================
--- a/chrome/content/index.html
+++ b/chrome/content/index.html
@@ -40,16 +40,18 @@
result.sort();
return result;
}
let files = getTestFiles();
for (let file of files)
{
+ if (!file.contains("icon"))
+ continue;
let script = document.createElement("script");
script.setAttribute("src", file);
script.setAttribute("type", "text/javascript;version=1.7");
document.documentElement.appendChild(script);
}
</script>
</head>
<body>
« no previous file with comments | « no previous file | chrome/content/tests/ui/icon_position.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld