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

Side by Side Diff: LayoutTests/fast/css-generated-content/malformed-url.html

Issue 221743006: Deflake fast/css-generated-content/malformed-url.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <div style="content:url(//%);"></div> 2 <div style="content:url(//%);"></div>
3 <div style="content:url(http://|server|/);"></div> 3 <div style="content:url(http://|server|/);"></div>
4 An invalid URL in the "content" style property should not cause a crash when the browser navigates away from the page. 4 An invalid URL in the "content" style property should not cause a crash when the browser navigates away from the page.
5 5
6 FAIL - The browser should have navigated to resources/pass.html. 6 FAIL - The browser should have navigated to resources/pass.html.
7 <script> 7 <script>
8 if (window.testRunner) { 8 if (window.testRunner) {
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 testRunner.waitUntilDone(); 10 testRunner.waitUntilDone();
11 } 11 }
12 window.location.href = 'resources/pass.html'; 12 onload = function() {
13 window.location.href = 'resources/pass.html';
14 };
13 </script> 15 </script>
14 </html> 16 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698