[M108 Migration][Compatibility] Support HTMLDocument width and height. 91/287191/4
authorvenu.musham <venu.musham@samsung.com>
Wed, 8 Feb 2023 10:42:53 +0000 (16:12 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 16 Feb 2023 02:10:36 +0000 (02:10 +0000)
commit7c78036ead6bb7f2ab62420f4bd169c27aedfb6d
tree076a5f96a3e265464bbfe5eb9538ccaa7e6c733d
parente8829ebaa386f193f85961bed3c3162ebabf1be3
[M108 Migration][Compatibility] Support HTMLDocument width and height.

According to W3C spec document.width and height are deprecated.
For Tizen next version's, to support backward compatibility implement
document.width and document.height.

Reference: https://review.tizen.org/gerrit/278684

Change-Id: I0d656e980d814138683d0cac987b8e77cf609888
Signed-off-by: venu.musham <venu.musham@samsung.com>
third_party/blink/renderer/core/dom/document.cc
third_party/blink/renderer/core/dom/document.h
third_party/blink/renderer/core/dom/document.idl