diff options
author | philipj <philipj@opera.com> | 2016-02-24 05:40:38 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-24 13:41:47 +0000 |
commit | b515424de0aa3d62c4d64f4a73cf0bff137539c8 (patch) | |
tree | 2df3cacdf00d189c9463e25389eb811a2940ea14 /third_party/WebKit/LayoutTests/virtual | |
parent | 1e0401fce18eceb7c5ac393ab30c6211e7e6074b (diff) | |
download | chromium_src-b515424de0aa3d62c4d64f4a73cf0bff137539c8.zip chromium_src-b515424de0aa3d62c4d64f4a73cf0bff137539c8.tar.gz chromium_src-b515424de0aa3d62c4d64f4a73cf0bff137539c8.tar.bz2 |
Remove SVGElement.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight
Intent to Remove:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/jjwLLSG_hGY/Ovi-nvEeDwAJ
BUG=463116
Review URL: https://codereview.chromium.org/1726743002
Cr-Commit-Position: refs/heads/master@{#377283}
Diffstat (limited to 'third_party/WebKit/LayoutTests/virtual')
-rw-r--r-- | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt index 084e8ee..8d4a35b 100644 --- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt +++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt @@ -3637,11 +3637,6 @@ interface SVGDiscardElement : SVGElement method constructor interface SVGElement : Element getter className - getter offsetHeight - getter offsetLeft - getter offsetParent - getter offsetTop - getter offsetWidth getter onabort getter onblur getter oncancel |