haikuwebkit/LayoutTests/inspector/view
Joseph Pecoraro 33343c0acb Web Inspector: View.removeSubview not removing the element properly when not parented
https://bugs.webkit.org/show_bug.cgi?id=195146

Reviewed by Matt Baker.

Source/WebInspectorUI:

* UserInterface/Views/View.js:
(WI.View.prototype.removeSubview):
Since the element may not be a direct child, just use Element.prototype.remove.

LayoutTests:

* inspector/view/basics-expected.txt:
* inspector/view/basics.html:

Canonical link: https://commits.webkit.org/209522@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242241 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-03-01 00:48:01 +00:00
..
resources
asynchronous-layout-expected.txt
asynchronous-layout.html
basics-expected.txt Web Inspector: View.removeSubview not removing the element properly when not parented 2019-03-01 00:48:01 +00:00
basics.html Web Inspector: View.removeSubview not removing the element properly when not parented 2019-03-01 00:48:01 +00:00
synchronous-layout-expected.txt
synchronous-layout.html Web Inspector: Add View layout tests, make views more testable 2017-10-03 16:12:26 +00:00