Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1534)

Unified Diff: Tools/GardeningServer/ui/test/ct-test-output-tests.html

Issue 559843006: SheriffOMatic: Add ct-popout-iframe and switch test output iframes to use it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/ui/test/ct-popout-iframe.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/test/ct-test-output-tests.html
diff --git a/Tools/GardeningServer/ui/test/ct-test-output-tests.html b/Tools/GardeningServer/ui/test/ct-test-output-tests.html
index 15664664c4f4668d12282daddd173f2c99a1254d..aec17d11b22e6df012d429ab0295d04ffc469337 100644
--- a/Tools/GardeningServer/ui/test/ct-test-output-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-test-output-tests.html
@@ -50,7 +50,7 @@ describe('ct-test-output', function() {
assert.lengthOf(output.shadowRoot.querySelectorAll('img'), 0);
assert.lengthOf(output.shadowRoot.querySelectorAll('audio'), 0);
- var iframes = output.shadowRoot.querySelectorAll('iframe');
+ var iframes = output.shadowRoot.querySelectorAll('ct-popout-iframe');
assert.lengthOf(iframes, 1);
assert.equal(iframes[0].src, url);
});
« no previous file with comments | « Tools/GardeningServer/ui/test/ct-popout-iframe.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698