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

Unified Diff: LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt

Issue 1200263004: Should not crash when background image a display:none presents on the root (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
Index: LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt
diff --git a/LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt b/LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b83ef219974536263554bcc75a9f613066b613ef
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt
@@ -0,0 +1,15 @@
+
+html {
pdr. 2015/06/24 02:31:40 This doesn't seem quite right. Did you mean for th
trchen 2015/06/24 22:05:52 Looks like dumpAsText is doing funny things when t
+ display: none;
+ background-image: linear-gradient(black, black);
+}
+
+
+
+runAfterLayoutAndPaint(function(){
+ if (window.testRunner)
+ testRunner.dumpAsText();
+}, true);
+
+This test should not crash due to referencing a null root element renderer when painting root background.
+
« no previous file with comments | « LayoutTests/fast/backgrounds/root-background-display-none-no-crash.html ('k') | Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698