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

Unified Diff: LayoutTests/printing/page-rule-specificity.html

Issue 1197733009: Prepare LayoutTests for lazy loading testRunner and internals. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/printing/page-rule-specificity.html
diff --git a/LayoutTests/printing/page-rule-specificity.html b/LayoutTests/printing/page-rule-specificity.html
index adc92d900ff86c7318af13001fe80d3c68316e84..cf91164db4e0b336a65f1401d65493fe9afea34d 100644
--- a/LayoutTests/printing/page-rule-specificity.html
+++ b/LayoutTests/printing/page-rule-specificity.html
@@ -17,8 +17,8 @@
<p id="log"></p>
<script>
test(function(){
- assert_own_property(window, "testRunner");
- assert_own_property(window, "internals");
+ assert_true(window.testRunner instanceof Object);
+ assert_true(window.internals instanceof Object);
}, "Test needs testRunner framework.");
test(function(){
« no previous file with comments | « LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698