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

Unified Diff: LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.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
Index: LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
diff --git a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html b/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
index cdb68c3e7fe0c32f26e2aa60ada0639696b03919..bf14c7f18106235500b476e8aefea28dc414f9f1 100644
--- a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
+++ b/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
@@ -13,7 +13,7 @@
<div id="log"></div>
<script>
test(function(){
- assert_own_property(window, "internals");
+ assert_true(window.internals instanceof Object);
}, "Check that window.internals is present. Required to call viewportAsText.");
var actualWidth;
« no previous file with comments | « LayoutTests/bluetooth/requestDevice.html ('k') | LayoutTests/css3/device-adapt/viewport-min-width-extend-to-zoom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698