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

Side by Side Diff: LayoutTests/fast/css/display-none-inline-style-change-crash.html

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 8 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
1 <style> 1 <style>
2 /* dummy descendant rule */ 2 /* dummy descendant rule */
3 span li { color: red; } 3 span li { color: red; }
4 </style> 4 </style>
5 <p> 5 <p>
6 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15887">http://bu gs.webkit.org/show_bug.cgi?id=15887</a> REGRESSION (r27576): Crash in LayoutStyl e::affectedByHoverRules clicking link on Digg</i>. 6 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15887">http://bu gs.webkit.org/show_bug.cgi?id=15887</a> REGRESSION (r27576): Crash in ComputedSt yle::affectedByHoverRules clicking link on Digg</i>.
7 </p> 7 </p>
8 <p> 8 <p>
9 This test should not crash. 9 This test should not crash.
10 </p> 10 </p>
11 <div id="target" style="display: none;"></div> 11 <div id="target" style="display: none;"></div>
12 <script> 12 <script>
13 if (window.testRunner) 13 if (window.testRunner)
14 testRunner.dumpAsText(); 14 testRunner.dumpAsText();
15 document.getElementById("target").style.color = "blue"; 15 document.getElementById("target").style.color = "blue";
16 </script> 16 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698