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

Side by Side Diff: LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-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 1
2 2
3 -------- 3 --------
4 Frame: 'testFrame' 4 Frame: 'testFrame'
5 -------- 5 --------
6 6
7 7
8 -------- 8 --------
9 Frame: 'results' 9 Frame: 'results'
10 -------- 10 --------
11 This tests that a frame with a source code-specified noresize attribute can be r esized after programmatically removing its noresize attribute. 11 This tests that a frame with a source code-specified noresize attribute can be r esized after programmatically removing its noresize attribute.
12 12
13 PASS document.getElementById("testFrame").width is 210 13 PASS document.getElementById("testFrame").getBoundingClientRect().width is 210
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698