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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 ALERT: This page tests whether an iframe correctly reports renderer-dependent va lues when executing a javascript: load. If the test passes, you'll see a series of 'PASS' messages below. 1 ALERT: This page tests whether an iframe correctly reports renderer-dependent va lues when executing a javascript: load. If the test passes, you'll see a series of 'PASS' messages below.
2 2
3 ALERT: PASS: frame.frameElement.width should be 250 and is. 3 ALERT: PASS: frame.frameElement.getBoundingClientRect().width should be 250 and is.
4 4
5 ALERT: PASS: frame.frameElement.clientWidth should be 250 and is. 5 ALERT: PASS: frame.frameElement.clientWidth should be 250 and is.
6 6
7 ALERT: PASS: frame.frameElement.height should be 250 and is. 7 ALERT: PASS: frame.frameElement.getBoundingClientRect().height should be 250 and is.
8 8
9 ALERT: PASS: frame.frameElement.clientHeight should be 250 and is. 9 ALERT: PASS: frame.frameElement.clientHeight should be 250 and is.
10 10
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698