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

Unified Diff: LayoutTests/inspector/console/console-xml-document.html

Issue 1218873002: Layout tests: unflake console tests that race with the main resource load. (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/inspector/console/console-xml-document.html
diff --git a/LayoutTests/inspector/console/console-xml-document.html b/LayoutTests/inspector/console/console-xml-document.html
index b7869350d062d64b9814755cdeb864cbda7ba5fa..2cde53d2f9016ec46a53cf856741692b3cee55ee 100644
--- a/LayoutTests/inspector/console/console-xml-document.html
+++ b/LayoutTests/inspector/console/console-xml-document.html
@@ -2,14 +2,17 @@
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/console-test.js"></script>
-<script>
+<script>
function onload()
{
console.dirxml((new DOMParser()).parseFromString("<MixedCase> Test </MixedCase>", "text/xml"));
runTest();
}
+//# sourceURL=console-xml-document.html
+</script>
+<script>
function test()
{
// Warm up elements renderer.

Powered by Google App Engine
This is Rietveld 408576698