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

Unified Diff: third_party/WebKit/Source/web/tests/data/display-none.html

Issue 2394263003: Make sure we don't try scrolling a node without a LayoutObject (Closed)
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/display-none.html
diff --git a/third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html b/third_party/WebKit/Source/web/tests/data/display-none.html
similarity index 82%
copy from third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html
copy to third_party/WebKit/Source/web/tests/data/display-none.html
index 2a39ef87099c7ba3cdd405c24658b18dd204d1f8..976ffc4647b6ffadc3be14a9f50f78d24aba17ba 100644
--- a/third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html
+++ b/third_party/WebKit/Source/web/tests/data/display-none.html
@@ -2,6 +2,9 @@
<html>
<head>
<style type="text/css">
+html, body {
+ display: none;
+}
body {
height: 500px;
width: 500px;
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698