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

Unified Diff: LayoutTests/fast/frames/frame-js-url-clientWidth-expected.txt

Issue 427563002: Remove HTMLFrameElement.width/height (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests Created 6 years, 5 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/fast/frames/frame-js-url-clientWidth-expected.txt
diff --git a/LayoutTests/fast/frames/frame-js-url-clientWidth-expected.txt b/LayoutTests/fast/frames/frame-js-url-clientWidth-expected.txt
index 03bee6047d600b503d52ce125dd682cdacdf0d72..12bc00b5421436de490ad4a1dd927cd0d1d1e622 100644
--- a/LayoutTests/fast/frames/frame-js-url-clientWidth-expected.txt
+++ b/LayoutTests/fast/frames/frame-js-url-clientWidth-expected.txt
@@ -1,10 +1,10 @@
ALERT: This page tests whether an iframe correctly reports renderer-dependent values when executing a javascript: load. If the test passes, you'll see a series of 'PASS' messages below.
-ALERT: PASS: frame.frameElement.width should be 250 and is.
+ALERT: PASS: frame.frameElement.getBoundingClientRect().width should be 250 and is.
ALERT: PASS: frame.frameElement.clientWidth should be 250 and is.
-ALERT: PASS: frame.frameElement.height should be 250 and is.
+ALERT: PASS: frame.frameElement.getBoundingClientRect().height should be 250 and is.
ALERT: PASS: frame.frameElement.clientHeight should be 250 and is.

Powered by Google App Engine
This is Rietveld 408576698