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

Unified Diff: LayoutTests/fullscreen/parent-flow-inline-with-block-child.html

Issue 451483004: Convert fullscreen pixel tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: consistency Created 6 years, 4 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/fullscreen/parent-flow-inline-with-block-child.html
diff --git a/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html b/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html
index 929f8748c18726d3672d8ec382244f5ce46d3923..1adcf7cc391fc0a8af619343c3845ea2184f6cd6 100644
--- a/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html
+++ b/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html
@@ -1,9 +1,4 @@
-<style>
-body {
- font-family: Ahem;
- -webkit-font-smoothing: none;
-}
-</style>
+<!DOCTYPE html>
<div>
<span>1</span>
@@ -11,7 +6,7 @@ body {
</div>
<script>
- if ("webkitRequestFullScreen" in Element.prototype) {
+ if ('webkitRequestFullScreen' in Element.prototype) {
if (window.testRunner)
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698