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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 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
3 display: none;
4 background-image: linear-gradient(black, black);
5 }
6
7
8
9 runAfterLayoutAndPaint(function(){
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 }, true);
13
14 This test should not crash due to referencing a null root element renderer when painting root background.
15
OLDNEW
« 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