diff --git a/resources/servo.css b/resources/servo.css index 723be706a27..bc8d4f1223a 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -260,16 +260,10 @@ svg > * { margin: 0; } -/* The outer fragment wrapper of an inline absolute hypothetical fragment. - * - * FIXME(emilio): This was disabled because of a typo in the CSS parser, - * re-enable or figure out why it's not needed. - +/* The outer fragment wrapper of an inline absolute hypothetical fragment. */ *|*::-servo-inline-absolute { clip: auto; border: none; padding: 0; margin: 0; } - -*/