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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline.html

Issue 2586913003: DevTools: unflake inspector css outline test. (Closed)
Patch Set: Created 3 years, 12 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt » ('j') | 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 <head> 2 <head>
3 <script src="../../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../../http/tests/inspector/inspector-test.js"></script>
4 <style id="styler"> 4 <style id="styler">
5 @import url("some-url-to-load-css.css") print; 5 @import url("some-url-to-load-css.css") print;
6 @charset "ISO-8859-15"; 6 @charset "ISO-8859-15";
7 @namespace svg url(http://www.w3.org/2000/svg); 7 @namespace svg url(http://www.w3.org/2000/svg);
8 @font-face { 8 @font-face {
9 font-family: "Example Font"; 9 font-family: "Example Font";
10 src: url("http://www.example.com/fonts/example"); 10 src: url("/fonts/example");
11 } 11 }
12 12
13 @page { 13 @page {
14 margin: 1in 1.5in; 14 margin: 1in 1.5in;
15 } 15 }
16 @page :right { 16 @page :right {
17 margin-right: 5cm; /* right pages only */ 17 margin-right: 5cm; /* right pages only */
18 } 18 }
19 @page :first { 19 @page :first {
20 margin-top: 8cm; /* extra top margin on the first page */ 20 margin-top: 8cm; /* extra top margin on the first page */
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 } 77 }
78 78
79 </script> 79 </script>
80 80
81 </head> 81 </head>
82 82
83 <body onload="runTest()"> 83 <body onload="runTest()">
84 <p>The test verifies the CSS outline functionality.</p> 84 <p>The test verifies the CSS outline functionality.</p>
85 </body> 85 </body>
86 </html> 86 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698